Hi guys! What's up?
I'm having a trouble here and want to try for a help with you.
Let me explain:
I have a gallery with the table called 'records' that have a PK number 1.
At another page on PowerApps, I have a viewform with another table called 'records2' that has a FK number 1 (same as the item I've selected at gallery before.
Are there any way to see the item from the second table (records2) using the information from the first table (records)?
I you don't understood me please tell me.
Best regards,
Robson Parisoto.
Solved! Go to Solution.
Sure...in your Form, set the datasource to records2
Then set your Item property to Lookup(records2, ID=Galleryx.Selected.ID)
Of source you'll need to adjust your names and columns to fit your data and app, but this will give you what you want.
I hope that is helpful.
Sure...in your Form, set the datasource to records2
Then set your Item property to Lookup(records2, ID=Galleryx.Selected.ID)
Of source you'll need to adjust your names and columns to fit your data and app, but this will give you what you want.
I hope that is helpful.
Works perfectly my friend!
Thank you so much!
Regards,
Robson.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
207 | |
97 | |
60 | |
53 | |
51 |
User | Count |
---|---|
255 | |
158 | |
87 | |
79 | |
65 |