My user specific column is not saving one row per answer on the form

Hey people!

I have a form which each answer should create a row on my data base and for that i am using the user specific columns, but everytime i input a new answer, it is replacing the first row, does not save the answers or create new rows.

Here i am showing what is going on:
https://www.loom.com/share/e68da4c3e1454e96bee301884e0d093c

What does the action on your button look like?

It adds a row, sets column values and gives a success answer for the user

Your Add Row action is not writing any values. I see you left all of the column values blank. That’s why you have a new row that’s empty.

Your Set Column action is updating ‘This Item’, which is the current row you are on, which is the first row.

If your intention is only to add a row, then your Add Row action should be doing the work, and you should not need the Set Column action. The only reason you would need a set column action is to maybe clear out the user specific columns to prepare them for the next time you submit the form.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.