Hi guys,
I've been trawling for solutions and trying to repurpose for my needs, but I can't seem to wrap my head around it.
I'm creating an app that walks colleagues through a process. Each step of the process requires a long bit of text to explain to the user.
After each step (a new screen for each!) I am looking to have a checkbox that shows that the stage was complete. This will be linked to a sharepoint list that stores the yes/no of the completion of each stage.
I have a gallery set up that allows people to pick up another day where they've left off or for another colleague to pick up the task.
The issue is that I need to be able to reference the record they've selected OR the new record they've created.
I.E: Gallery item is selected and navigates to check list start. OR
"Start new" is selected which then navigates to an ID creation page then onto the check list.
I've tried using Patch OnCheck function to create the Yes in the list.
This works for Gallery selected items because of the Gallery.selected ID.
It doesn't work for newly created items as there is no ID set. I can create the new record using Patch with Defaults(mylist) but this doesn't then allow me to reference the record just created to assign the Checkboxes to.
I want to avoid using Edit Forms as I want to use it across multiple pages and use checkboxes instead of toggles for the I/O on completion. Perhaps I can have an invisible screen with the full form on and use the checkbox to trigger the toggle, navigate and submit the form so it saves at each stage, but I don't know how to program the checkbox triggering of the toggle.
Any help would be appreciated.