Hi!
I am planning to create a flow on request to our HR department.
The goal is to launch an approval worflow on each new user of a specific AD Group for him to accept the general rules of usage.
I was thinking about getting the list of users using the "Azure AD get group members" component to populate a list of users to which I'll add fields regarding the approving status, datetime, comments... and trigger the approval worflow from new items in this list.
My main question is:
is there a way to get only new members of the AD Group?
Another option would be to get the full list at each run (even if not very efficient) and check if the user already exists in the list or not, but I can't figure out how.
Any help appreciated!
Thanks