Survey with sections saving to one row

Yes, more or less. See below:

You need something in that row that can be used to build a relation - probably a user email, assuming you are capturing that with each submission. So create a relation/query that matches user email with the signed in users email. If that relation/query is empty, it’s a new submission for that user (Add Row), if it’s not empty then you want to update the existing row via the relation/query.

1 Like