I have a logic flow in place, that is connected to a Google Sheet. The Google Sheet is collecting the data, but I want to add 2 things. See below.
These first 5 steps are done and working well:
- Welcome
- Legal Disclaimer
- Input 1 *optional
- Input 2 *Mandatory
- Input 3 * Manditory
Now for the hard parts:
- Review Inputs from above - multiple choice - Go Back / Submit *Mandatory
- Feedback page - Here is your transaction ID - pulled from Google Sheets
Ending:
Thank you - this is good too.
Questions:
- Can I grab the input in steps #3-#5 and only submit in Step #6 after the user reviews? If so, how? If not, can I pull from the Google Spreadsheet to display, and if the user chooses Go Back, over write the existing data?
- How do I pull information from the Google Spreadsheet so I can show a transaction id?