Hi Everyone!
So I am creating an app that will automate equipment sizing for our Salesmen. The app creates a collection based on the input from the Salesmen. There are three cascading/dependent Dropdowns plus a few Text Input boxes that all work perfectly. I have a button that will add all this information into a Collection called Survey (each Dropdown and Text Input is a different column in a single row).
So all this is working perfectly but I would like to have a "Next" button that would allow the Salesmen to make new selections from the same Dropdowns/Text Input boxes to add another row to the Collection. And also a "Done" button to stop adding rows and save the data in the Collection to a new List.
How do I go about clearing all the first choices (without deleting the information in the Collection) and adding a new row to the Collection (keeping the first row from the first selections)?
I have seen some similar questions where the "Patch" function was used. But that function does not seem to fit what I am trying to accomplish (or am I misunderstanding its use)?
Thank you so much for any advise/suggestions.