Get multiple pressed buttons to spreadsheet

Hi, i have a screen when you can select various buttons, i would like that the text from the selected buttons get all in the same ROW on the spreadsheet when i click “save” button, any one can help me?

Pantalla_botones3

You need to use the Join block from the Text drawer in order to combine an existing variable value with a text input string. CreateRow should only happen when the user presses save.

Here’s more info about that block: Tips for working with text

2 Likes