Hi forum,
I have a question related to the use of "List rows" using dataverse tables.
I have in total 3 tables that are related:
table_a, table_b, table_c
table_a is related to the other two tables with m:n relations.
I now want to filter the result of "List rows" on table_a using fields in both other tables.
e.g.: table_b__field_x eq 'a' and table_c__field_y eq 'b'.
Is this possible with just one function using filter and expand options? If yes, how do I do this? Or do I need
to manually lookup the related tables and relation tables? Thanks so much.
Hey @OlafStetzer
Yes this is possible, You can use the Primary key (guid) to lookup the values in the tables with lookups
Using a List Rows with filter like this:
createdby eq '<LookupGuid>'
Proud to be a Flownaut!
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
41 | |
10 | |
8 | |
7 | |
7 |
User | Count |
---|---|
66 | |
22 | |
12 | |
11 | |
11 |