Hi All,
I have a form the shows data from 2 x Sharepoint lists
List1 with a Record called Reference (1 x Record in this table)
List 2 with Record Called GetRef ( Many Records relating to table 1.) (This is Same ID just one to many)
I have a PowerApps form on which my Reference from List1is displayed. Called RTReference
And a I have a Display table in which I would like to display all the relating records from Tbl2 called GetRef
On the Table to get the data in "Items"I have tried
Filter(Tble2,GetRef)= "RTRefernce" and various other ways of displaying the data with no avail.
Any suggestion would be appreciated