Hi Community!
I created a many to many relationship between a table (Zone) and AAdUsers Table.
I need, on my Canvas App Onstart, to get all Zones associated with current user and store them in a collection.
how can i read and filter the intersection table ?
I tried Filter(Zones, 'AAD Users' = User().FullName})
But with error that Column is not accessible in the context
Thanks a lot