I'm in Power Automate, and trying to use the Dataverse List Rows action to return a list to me based on a column in a separate table.
For example, let's say I have a Schools Table and a Students table. There are many schools, and each School can have multiple Students.
Now let's say that I want to see a list of all Students who go to school in New York City. How would I construct the OData filter to show me all students where the School's City column value is equal to "New York"?
This seems pretty easy to do in Power Apps, but I haven't figured out how to do it in Power Automate yet.
Thanks for the help.