web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Navigate and display d...
Power Apps
Unanswered

Navigate and display details in Power Apps from database

(0) ShareShare
ReportReport
Posted on by 167

Hi,

I have a columns namely polnum,intgkey,ntcyr,paymentmode,Insurednum,Additionalcategory in indvl database where for one polnum,intgkey,ntcyr,paymentmode values we have many Insurednum and Additionalcategory values according to it in database. So in powerapps first screen, I have inputs for polnum,intgkey,ntcyr,paymentmode. So when I click on button it has to take these values for which the user gave input and should navigate to next screen where it has repeating table gallery in that particular second screen and filter and display all the Insurednum and Additionalcategory in repeating table gallery which are related to particular entered polnum,intgkey,ntcyr,paymentmode from screen. But here in second screen I already have collection named "AddCollection" for repeating table where by default it has 10 input values in repeating table for Insurednum and Additionalcategory with formula: items: AddCollection and there is a add button where it adds new record with formula:
Collect(AddCollection,{No:Text(Last(AddCollection).No+1), polnum:"",intgkey:"",ntcy:"",paymentmode:"",Insurrednum:"",Additionalcategory :""}. so whenever button is clicked on first screen , it will take values from input and search data in indvl database and display all the Insurednum and Additionalcategory and at same time user can edit those values and also add the new records in the same repeating table gallery which is in second screen. So, along with displaying details from database, it should also be able to add new records.(By default it will be 10 new records onstart of the screen) as shown in below image:

svramkuna_0-1688466920772.png The below is first screen button:

svramkuna_1-1688467082294.png

This is second screen add icon where it adds new blank records:

svramkuna_3-1688467851816.png

 

For this Addicon, I inserted formula with:

Collect(AddCollection,

{No:Text(Last(AddCollection).No+1),

polnum:"",

intgkey:"",

ntcy:"",

paymentmode:"",

Insurrednum:"",

Additionalcategory :""

}

and in OnStart property since by default it has to be 10 records/tables in repeating gallery, so the formula I wrote is:

Collect(AddCollection,{No:1, polnum:"",intgkey:"",ntcy:"",paymentmode:"",Insurrednum:"",Additionalcategory :""},{No:2, polnum:"",intgkey:"",ntcy:"",paymentmode:"",Insurrednum:"",Additionalcategory :""},........ so on upto 10, {No:10, polnum:"",intgkey:"",ntcy:"",paymentmode:"",Insurrednum:"",Additionalcategory :""}

 

So how to pass data from the on click of button to next screen and display details from database.

 

Thanks in Advance

 

Categories:
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard