Hello,
Sorry for the newbie question...
I have a gallery that correctly pulls records that contain fields A, B, C, and D from my Sharepoint list called Equipment. PowerApps auto-built an item detail screen that is forms based and sticks the variables in it in a form. When I click on the gallery item the command Select(Parent) takes me to the detail screen.
Is there another way that I can directly reference the values in fields that were pulled the Sharepoint list for the current record? I don't want to use a form, but would very much like to be able to test and compare the variables on this new screen.
...and can someone give me a simple explanation of what Select(Parent) does? I've tried to understand what this does, but I don't get it. I just want to be able to manipulate the fields in what ever record is selected from my gallery on a new page.