How to allow user to add to a database field that is blank

I am creating a quiz and have structured a database that will contain each users inputs as a new entry.

By default, when the user answers the first page’s answers, a new entry is created (during which time the users email is added to the first row of the database entry in order to identify which user it belongs to).

The quiz is 4 pages long, with each answer being stored in the same users session entry line. I can’t seem to add to fields that are empty, but instead only create a new entry line altogether.

Is there a way to add entries to that same users field entry line in the ‘Quiz’ database without having to create a brand new line (ie: update a blank DB field through a command in workflow?)

Any help with this would be very appreciated. Thank you in advance.

Alex

Please search the forums, reference manual, or starter videos. This is a very easy thing to do and it’s already covered in a lot of places so best to solve it by checking out any of those sources (it’s covered in each of them).

Best of luck!

Scott

1 Like

Could you please provide a link?

I tried searching but couldn’t find anything related to my question.

Instead of adding a new entry, update the current quiz line item.

image

This topic was automatically closed after 70 days. New replies are no longer allowed.