In dataverse for teams, I am trying to filter Payments table based on the lookup table. Now issue here is,
I can do it in the regular PowerApps by using
LookUp(Payments, Contract.Contract = galContracts.Selected.Contract)
. But In dataverse for Teams, I can't access the Primary Identifier ie. Contract in this case. I tried other approaches but I am stucked. Any ideas guys?
