Hi, (tried to search for this but couldn’t find the answer)
I am trying to create something with multiple pages.
i.e.
Page 1 - First name, Last Name, Email
Page 2 - Yes / No questions.
When I save data from page 2 it create another row in the database instead of updating the row that was created from page 1. What is the best way to reduce the amount of noise created.
Store Page 1’s thing on Page 2’s data or custom states. That way when you save the changes on Page 2, you can simply ‘make changes to a thing’, select the stored thing from Page 1 and update it.
Your workflows will look like this:
On Page 1, on clicking ‘save’: create a thing (providing Page 1’s data) → navigate to Page 2 (send data - result of step 1)
On Page 2, on clicking ‘save’: make changes to a thing (select current page’s thing) and update page 2’s data to it