Hi Community,
I am trying to apply some filtering to my canvas app gallery which is using Dataverse as source.
Description
I have a parent table (Table 1) and a child table (table 2) with a 1:N relationship.
In my canvas app gallery I am currently displaying all Table 1 rows.
Challenge/requirement
I want to filter my gallery to only show Table 1 rows that does not contain any related table 2 rows, based on the current user.
Does anyone have some pointer on how this could be achieved?
Thanks in advance!