Announcements
Hi Users,
I am new to this technology. I am trying to transfer selected checkbox records from gallery to another screen. I have attached Both the screen. In second screen I need to get values from screen 1 which is selected. Try to help me out to resolve this issue. Thank you
Hi @Sreelakshmi_r ,
In the OnCheck save the item to a collection:
Collect(colCheckedRecords, ThisItem)
OnUnCheck remove the current item from the selection:
Remove(colCheckedRecords, ThisItem)
In the second screen you can display the records in a gallery by used colCheckedRecords as the Items property.
If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.
Thanks!
To transfer the selected checkbox records from one screen to another in Power Apps, you can follow these steps:
Screen 1: Gallery with Checkboxes
Screen 1: Collect Selected Items
Create a button on Screen 1 for navigation to Screen 2.
In the OnSelect property of the button, use the following code to collect selected items and navigate:
ClearCollect(SelectedItems, Filter(Gallery1.AllItems, Checkbox1.Selected)) Navigate(Screen2)
Screen 2: Display Selected Items
When you run the app and select checkboxes in Screen 1, then click the button to navigate to Screen 2, the selected items will be transferred and displayed in the Gallery2 control on Screen 2.
This approach uses a collection to temporarily store the selected items, which can then be displayed on the second screen.
Please mark my post as solution to help the community.And give me a Thump up to appreciate,
Cheers!
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.
11manish 432 Super User 2026 Season 2
Mohsin Ali 347
WarrenBelz 254 Most Valuable Professional