Hi All,
1. Can we select the row in the Nested gallery?
2. Based on the selection of row, can we populate data in the below textboxes?
Could you please help me on this?
Thanks for your support in advance!!
Prathibha
Solved! Go to Solution.
Hi @prathig14
Sample data named Countries:
Country | Cities | ||||||
Germany |
| ||||||
Italy |
|
If you want to get the Rome row, try this code, the first LookUp funciton is to get the nested table, the second LookUp function is to get the Rome row based on the nested table.
LookUp(LookUp(Countries, Country="Italy").Cites,City="Rome")
If you want to get the Population of Rome, try this:
LookUp(LookUp(Countries, Country="Italy").Cites,City="Rome").Population
Hope this helps.
Sik
Hi @prathig14
Sample data named Countries:
Country | Cities | ||||||
Germany |
| ||||||
Italy |
|
If you want to get the Rome row, try this code, the first LookUp funciton is to get the nested table, the second LookUp function is to get the Rome row based on the nested table.
LookUp(LookUp(Countries, Country="Italy").Cites,City="Rome")
If you want to get the Population of Rome, try this:
LookUp(LookUp(Countries, Country="Italy").Cites,City="Rome").Population
Hope this helps.
Sik
Thank You Sik. Your solution helped me.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
67 | |
46 | |
41 | |
28 |
User | Count |
---|---|
254 | |
119 | |
86 | |
84 | |
83 |