Here is the basics of my app: I have an app where users can complete forms that are tied to a SP list. The data in the list is then used to generate a word document/PDF based on a template.
Users are able to save versions as drafts, as well as make updates to existing generated versions. I am going to do my best to describe what it looks like, because I am unable to take screenshots of most of the content.
I used Reza Dorrani's Save as Draft in Power Apps form to create the current process. It works great but I am having to do a lot of manual work to maintain the list since users are now going in and making updates to their originally created documents.
Here is where I am stuck, User clicks on document 31 in a gallery. A container pops up asking if this is still active or inactive. if active, it goes to another screen where the record info for document 31 is populated into forms. There the user can update or make changes. [I am currently using Gallery.select but have looked into changing that]
Basically I would like to have two parallel actions that take place. One is that the Document 31 record info is loaded into forms to be edited under a new document ID. And that document 31 is marked as being archive data and is no longer editable.
I am getting stuck in how to do both of those actions at almost the same time. I had tried to follow these directions (
https://www.youtube.com/watch?v=fu8OEbD7YqQ) but it would not pull in the existing data which is needed.
I feel like I am missing something obvious, but have no idea what that could be. Please let me know if there is anything I missed that might help. Thanks!