Hi all,
I'm having the following:
Screen 1 : a Gallery 1 connecting to a Sharepoint List to show the records of today.
Screen 2: a Gallery 2 connecting to a Sharepoint List to show the records by the date picker
Screen 3: a screen showing the details of the item selected in Screen 1 or Screen 2, and allow the user to edit. I used a EditForm.
But problem comes, the Item of the EditForm can only be either Gallery 1 or Gallery 2. So when I navigate from Screen 2 to 3, a wrong record is shown.
Anyone can show me how it could be done ? (Of cause I know I can create Screen 4, which is having the same content as Screen 3, but pointing to Gallery 2. But I think PowerApps should be more powerful than this...)
Thanks,
Gavin
Solved! Go to Solution.
Hi @v-xida-msft, further to your solution.
If I need to check which gallery is chosen, and do a navigation on different screens. How could it be done?
I have a initial thought of this:
If(_CurrentRecord = BrowseGallery1.Selected, Navigate(BrowseScreen1, Fade), Navigate(BrowseScreen2, Fade));
There is an error "Invalid Argument Type".
Gavin
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
172 | |
60 | |
32 | |
32 |
User | Count |
---|---|
334 | |
271 | |
103 | |
71 | |
56 |