actual I have a free plan to test.
I ve got a repeating group with questions where I added an input text for the answer and want to save all answers by create new thing.
I add a submit button and add the workflow. But…
My Problem is, that I do not get the individual values from that repeating group .
I can access the Repeating Group Question’s List of Questions, but not the specific value…
There are a few ways to do this, if you already have a thing in your database that you are trying to update in the repeating group, then you can right click on the input and click Edit Workflow. Then you can make changes to the current cell or parent record. Does that make sense? I can create an example for you if need be.
Try combining questions and answers into one data type. Then have the answer saved onto the question. When a new user signs up, copy your list of template questions for the user so they will be able to answer them. Does that make sense?