I have an app that is generated from a sharepoint list. I have the main page gallery (BrowseScreen1) set to the default view which shows all entries. I have added an additional screen for browsing (Closed) that is filtered like this:
Filter('Job Cart Return',Active<>true)
When I select the arrow icon ">" on an entry to take me to the edit screen (EditScreen1_2) from the Closed Browse Screen it seems to think I am selecting on whatever entry is at the top of the BrowseScreen1 page.
The OnSelect for the arrow on the Closed Browse Screen is set to:
EditForm(EditForm1_2);Navigate(EditScreen1_2, ScreenTransition.None)
I am unsure what is going on. I am thinking it must have something to do with how I am filtering on this page?
I mis-spoke, it does not default to the top entry in the data source it is defaulting to whatever the last selection was on the BrowseGallery1 screen.
Any help is GREATYL appreciated!
Hi @Anonymous,
Please take a check with the Edit form (Editform 2) control, see if its item property is set to the proper Gallery2.Selected.
For more information about the Edit from control, please check:
Edit from and Display form controls in PowerApps
Regards,
Michael
User | Count |
---|---|
140 | |
136 | |
78 | |
77 | |
72 |
User | Count |
---|---|
225 | |
178 | |
68 | |
68 | |
58 |