I have a screen with various controls - text boxes mainly, but also a few toggle buttons and combo boxes.
I am not using forms or datacards.
I saved data from the screen using a Patch command to a Sharepoint list.
Now I am trying to get the data back based on a condition & populate all the controls on the screen.
I understand one way is to use a collection, but I can't get it to work.
Basically I want to click a record in a gallery and then it takes the ID of the record and pulls back the data from the list. It then navigates to another screen and then each form control is populated with its corresponding data item.
Any example appreciated.
Thank you