
Announcements
Hello All,
I want to email an Excel document to managers of departments. The excel document has the employees the managers overlook and the groups each employee is a member off. Each group has a checkbox so that the manager can click if they want the employee removed from the group.
I would like to know if it is possible to have a flow trigger that: when a manager checks a box in the excel document, IT receives an email to remove the employee from said group, OR once triggered power automate can trigger Azure AD to remove the user?
Hello @apaulso9,
I'm not sure if this is what you wanted but can't you do a scheduled Task that runs e.g. once a day and then use the excel connector with "Get a row" and check for the cell which the box is in, or rather check the content of the box if true or false?
Just add a condition on this value and use the Azure AD Connector to remove user (which should be possible to extract out of the excel) from specified group (maybe use a switch for the groups)
Should i have the time i'll try to build an example but this is what came to mind right now
BR
Tolkosino