Hello, I am a newbie and can’t seem to figure out out to make the following work.
My app will allow users to enter information without having to log in. Users have the option to log in at a later stage on the platform so they can use it without being frustrated by signing up before knowing what they get out of it. Thus, they would be temporary users starting out.
The application works like a multistep survey where users enter information on different pages. I want all this information to be stored with the same user in the same row in the database. The first thing a user has to enter is his/her address. That should start a new entry in the database. All the info that is entered later will be assigned to that user.
I had created a data type (Home) with the fields I want to save (one of which is address) . To create a new entry I used Create a new thing in the workflow when an address is submitted. However, I am not able to get data entries of other questions saved to the same row. I tried 'make changes to things but it only allows me access to ‘Current User’. Current user does not have the field name it needs to be saved into.
How would I need to set this up? Thank you for any feedback!