I have a SharePoint List that logs a user's completion on a specific training:
The 'Enterprise ID' which is a Person or Group is column that contains the user's ID:
What I would like to do is to send an email on Power Automate for CRM_Legacy Members who doesn't exist on the SharePoint list for each 'Title' they have not completed.
For example, the output of the email should look like this:
Training Title: Test
[Names of those who are not on the list yet]
Training Title: Test2
[Names of those who are not on the list yet]
This is what I've done so far. I got the users from the group. Next step as what I'm struggling with. That is to compare the list for each title and member and list the members who isn't completed yet.