I have an issue with creating a flow to add user’s selection into one row instead of creating multiple rows for same user.
I have a repeating group of “Option” with field type=text from “Option” Type.
Option 1
Option 2
Option 3
I have another table Users with field list type called “UserSelection”
I need help with a flow to do the following:
1-I added a check box to this repeating group
2-When use sign in and check the box, which can be multiple check boxes at the same time I need to add those choices to the table “User” and in the field "UsersSelection.
for now it create a new line on every user select the check box. I need to add all selection in one row instead.