I have an app with customer info etc. I want to create a second screen for detailed info. When I click on a button to go to a new screen, the new screen has a new Record ID. The record ID is different every time I click on that button. I can't "set the recordID" of the screen because a) the first time I click this link there wouldn't be a recordID, and the second time I would need to go to the first recordd ID, not a new one. I couldd probably create a conditional statement like "If this button has not been pushed, go to this screen and then save the active record ID into a table. If it has been pushed, load record ID from this table" but this seems a complicated way to just simply add a second screen to an existing app screeen.
How do I create a second screen that will have a consistent recordID?
Thank you!