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