I am really struggling with dataverse keys and relationships. For what I can gather it doesn't work the same as SQL Server. When creating a relationship in dataverse it doesn't appear you can explicitly declare one column relates directly to another. The controls are not intuitive at all.
What I would like to be able to do is create a no match query between 2 tables. In table #1 I have a full set of records, then in table #2 I have a very small number of records that I would like to use as a filter, which would prevent records from table #1 from displaying. So it would be "no match" query.
1) Does anyone have an example of how to set up a relationship between 2 tables that have the same named field? The content would be a GUID.
2) How would this be implemented inside of Power Automate? I've been attempting to use the List Rows action.
3) Can this matching be performed using a table view?
4) Can power automate leverage table views?
5) Is it possible to use T-SQL inside of power automate to query the tables directly? I know this is possible with SSMS as I have tested it already.