My app has a gallery where people can view a handful of details about the meeting they have requested called MeetingScheduleGallery. When they click on the right facing carrot, they can go to a screen to view all the details of their request. Depending on what type of meeting, the details screen will display specific data cards relevant to that meeting type.
When viewing the gallery and details screen in the editor and in preview it works perfectly. After publish, when you click on the details screen it displays a seemingly random assortment of data cards and data from various meeting types and meeting requests.
Oddly enough, when viewing this from its published state, after clicking on one carrot, then another, it displays specific data from certain fields from the first one I clicked on. Each time I open a new browser tab and click on the first one, it always displays that data from the first click on any of the other meeting types I click on.....hopefully that makes sense.
Is this a known issue? Ideas on a work around?
Gallery = MeetingScheduleGallery
View details by clicking on carrot in preview mode= Navigate(ExistingMeetingViewDetails, ScreenTransition.None)
View Meeting Details = MeetingScheduleGallery.Selected
Solved! Go to Solution.
Hi @taramoe,
I have made a test on my side, and don't have the issue that you mentioned.
Please take a try with the following workaround:
Set the OnSelect property of the Gallery (MeetingScheduleGallery) to following:
Navigate(ExistingMeetingViewDetails, ScreenTransition.None)
Set the OnSelect property of the carrot icon to following:
Select(Parent)
Set the Item proeprty of the MeetingScheduleGallery to following:
MeetingScheduleGallery.Selected
In addition, you could also consider take a try with the following workaround:
Set the OnSelect property of the carrot icon to following:
Set(SelectedItem, ThisItem);
Navigate(ExistingMeetingViewDetails, ScreenTransition.None)
Set the Item property of the MeetingScheduleGallery to following:
SelectedItem
Please take a try with above solution I provided, then check if the issue is solved.
If the issue still exists when you use the published app, please consider take a try to disable/turn off the "Improved app rendering (final validation)" option within Advanced settings of App settings of your app, then re-published your app, then try it again to check if the issue is solved.
Best regards,
Kris
Hi @taramoe,
I have made a test on my side, and don't have the issue that you mentioned.
Please take a try with the following workaround:
Set the OnSelect property of the Gallery (MeetingScheduleGallery) to following:
Navigate(ExistingMeetingViewDetails, ScreenTransition.None)
Set the OnSelect property of the carrot icon to following:
Select(Parent)
Set the Item proeprty of the MeetingScheduleGallery to following:
MeetingScheduleGallery.Selected
In addition, you could also consider take a try with the following workaround:
Set the OnSelect property of the carrot icon to following:
Set(SelectedItem, ThisItem);
Navigate(ExistingMeetingViewDetails, ScreenTransition.None)
Set the Item property of the MeetingScheduleGallery to following:
SelectedItem
Please take a try with above solution I provided, then check if the issue is solved.
If the issue still exists when you use the published app, please consider take a try to disable/turn off the "Improved app rendering (final validation)" option within Advanced settings of App settings of your app, then re-published your app, then try it again to check if the issue is solved.
Best regards,
Kris
Thanks Kris. The only thing that worked was turning off the "Improved app rendering (final validation)". This solved the problem. Unfortunately it's not as friendly to work in but it will have to do in order to make the published version work correctly.
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 |
---|---|
200 | |
184 | |
69 | |
43 | |
34 |
User | Count |
---|---|
340 | |
266 | |
113 | |
65 | |
64 |