Hello, I have a Canvas PowerApp with a few dozen pages that ultimately allows a user to pick a specific action they would like to request from Oracle driven combo boxes, check boxes, and free text fields. My concern is that I have to start over and approach this as some kind of intake form template but the hope is I can use what I already have. Rough diagram:
Initial Main menu page with "New Request" button -> Navigate to Request page where you Pick your request type from combo box and click Next -> based on type selected, navigate to one of several pages, fill out several combo boxes, free text fields, check boxes and click "Submit" button.
Question 1: How can I use all the values that are selected by the user (request type and all the specific data points) in the combo boxes from multiple pages in my App to build a Sharepoint list or form or card or really just something to clearly articulate all the selected data to someone reading an intake request form?
Question 2: Is there a way for a user to track their requests in the Powerapp interface after they are submitted, modify, delete? Do I have to build the app from start in a different fashion? The main goal is to not give a user a massive form with all available selections, hence why I wanted to build a multipage app...
Thanks!