I have a Screen titled Add, which consists of two forms tied to a SharePoint List.
I have a second screen titled View, tied to the same SharePoint list.
I would like to On Save (I have a save button on the Add Screen that uses Patch to update the SP list with the data from the forms).
I want to use the Patch, followed by navigating to the view screen, the item property set to open the data just created (using the ID that was created)
I have tried several ideas but none seem to be working for me.
The view screen is multi-purpose
1) It is called from the browse screen I created which is called with a Item property of Gallery1.Selected
2) I was thinking to set a variable on the add screen (save button), then change the Item property to check if the variable was set and open that sp row, or if it was not set use gallery1 selected)
When I tried that I couldn't figure out how to set a variable to the value of the id..
I imagine there is an easier way, and hence why I am here.

Report
All responses (
Answers (