I have a Flow that is triggered off a Dataverse record creation that sends email notifications to a supervisor specified in the D365 form. The new requirement is that the business wants a user to be able to specify a list of individuals with their email address, so the supervisor and these individuals all can receive an email notification.
I created another table to track these individuals, we are not using Contacts. I am assuming in my existing Flow, I want to initiate the List Rows function, execute Apply To Each, and then use Send an Email to complete the process.
In the List Rows function, I specified the new table and columns. However, how do I specify to only retrieve records that are related to this record only from the new table? By using the Filter Rows field? If so, can you provide an example of this expression.