Dear All, Good Morning
i'm a new kid in town, my little problem is the following
on Microsoft Dataverse i have 2 table: Account & Contact
relationship one (Account) to many (Contact)
i have created in PowerApps
gallery1 = for the Account
gallery2 = for the Contact
i'm in trouble to show in gallery2 only the Contact related to the Account that i have selected
Filter(Contact; ...
regards From Italy
Solved! Go to Solution.
Another way to do this on the Items of Gallery 2 you can use the below expression:
Filter(Contacts,AsType('Company Name',[@Accounts]).Account = Gallery1.Selected.Account)
Another way to do this on the Items of Gallery 2 you can use the below expression:
Filter(Contacts,AsType('Company Name',[@Accounts]).Account = Gallery1.Selected.Account)