Announcements
[Gallery1]'s Items function is: PlanningTEST.GetSubVars().items whose data source is a Resting API. You can update one or more 'Current Value'(s) and Submit the changes, which also navigates to a different page. On that page, you can select 'Make More Updates' which will take you back to the previous page. How do I get Gallery1 to show the recent changes since I can't use Refresh(datasource)?
Thanks,
Schuyler
You can add a variable to the Items property to encourage the gallery to refresh the items when it is toggled:
Filter(PlanningTEST.GetSubVars().items, varReset)
where varReset is normally set to true
When you need a refresh of the items, toggle varReset to false and then back to true
Hope that helps,
Bryan
I added to App OnStart: Set(varResetGallery1, true);
Edited Gallery1 Items: Filter(PlanningTEST.GetSubVars().items, varResetGallery1)
Added to 'Make More Updates' OnSelect: Set(varResetGallery1, false); Set(varResetGallery1, true);
Works perfectly! Thank you!!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 416 Most Valuable Professional
11manish 205 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2