I have an app I'm learning with which is based on a SharePoint list to allow users to choose menu items. The app is displaying in a gallery on PowerApps and on my iPhone showing a list of staff and their menu choices.
I now want to add a button 'Edit' to allow the connected user to edit their own menu selection, but not anyone elses. The default automatically created apps have an edit option for each gallery item which depends on the Parent object to identify which item is to be edited.
I would like there to be a single Edit Button on the gallery screen, which when pressed identifies the connected user, and opens an edit screen with their menu choices so they can change them. I'm pretty new to this so any help would be greatly appreciated.
Andy