Hi,
So I made this app built on text input boxes. Everything is labeled and saving all this data to a list is no problem using patch.
eg
Name_textinput: Nametextinput.Text and so on...
I'm currently patching data from 10 pages in this "form-like" app to that list.
But! What if I want to get all that data back to the app, edit it, and store it/update it? I know this can be done by using form. But nothing is set up with form in mind.
So I set up a new page, kind of a start page, with the option to create a new protocol or edit an old one.
And then used a dropdown list to try to get the old from based on unique ID's.
So now, how do I fill in the blanks? All them "text input boxes"...
BR
Fe
Example pictures:
All attendees:

Start page with dropdowns:
