Skip to main content

Notifications

Power Apps - Power Apps Pro Dev & ISV
Unanswered

How to bring up all records on different screens - main gallery

Posted on by
Hi 
 
I have tried to create a gallery on the main page of my database to search for all forms regardless of their status i.e. checking, rejected etc and open them up in their relevant page I have created. 
 
I have put the below formula but when I click on this to open it doesn't refresh the form and an the wrong record comes up. 
 
If(Subtitle1.Text = "Status - Rejected",ResetForm('Rejected Form Tracker_7');EditForm('Rejected Form Tracker_7');Navigate('Rejected Form'),
 
Subtitle1.Text = "Status - Awaiting Form",ResetForm('Awaiting Form Tracker_6');EditForm('Awaiting Form Tracker_6');Navigate('Awaiting Forms Form'),
 
Subtitle1.Text = "Status - Completed",ResetForm('Completed Form Tracker_6');EditForm('Completed Form Tracker_6');Navigate('Completed Form'),
 
Subtitle1.Text = "Status - Checking",ResetForm('Checking Form Tracker_5');EditForm('Checking Form Tracker_5');Navigate('Checking Form'))
 
 
For example:
When searching for funds starting with 32, I want to click on the arrow and would want fund 32145 to open up in the Awaiting Forms screen. However, the incorrect fund appears (121). 
 

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.

Helpful resources

Quick Links

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,297

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,890

Leaderboard