Hi @PaoloLavoro ,
Do you want to display the record detail info within the Display Form based on the selected value from previous 4 Galleries?
Please consider add a Display form in the DetailScreen1, then connect it to the Table1 data source. Set the Item property of the Display form to following:
LookUp(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result && MC = 'B_M.Classes'.Selected.Result && SMC = 'B_S.M.Classes'.Selected.Result && SSMC = FourthGallery.Selected.Result
)
Note: Please replace the FouthGallery with actual control name from your fourth Gallery in your app.
or
First(
Filter(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result;
MC = 'B_M.Classes'.Selected.Result;
SMC = 'B_S.M.Classes'.Selected.Result;
SSMC = FourthGallery.Selected.Result
)
)
Please take a try with above solution, check if the issue is solved.
Best regards,
Hi @PaoloLavoro ,
Do you want to display the record detail info within the Display Form based on the selected value from previous 4 Galleries?
Please consider add a Display form in the DetailScreen1, then connect it to the Table1 data source. Set the Item property of the Display form to following:
LookUp(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result && MC = 'B_M.Classes'.Selected.Result && SMC = 'B_S.M.Classes'.Selected.Result && SSMC = FourthGallery.Selected.Result
)
Note: Please replace the FouthGallery with actual control name from your fourth Gallery in your app.
or
First(
Filter(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result;
MC = 'B_M.Classes'.Selected.Result;
SMC = 'B_S.M.Classes'.Selected.Result;
SSMC = FourthGallery.Selected.Result
)
)
Please take a try with above solution, check if the issue is solved.
Best regards,
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 |
---|---|
193 | |
68 | |
48 | |
42 | |
20 |
User | Count |
---|---|
252 | |
122 | |
83 | |
76 | |
69 |