2
Answers

Need help with implementing delete feature in Power Automate flow

Need help with implementing delete feature in Power Automate flow for SharePoint list and distributed group.

I have a distributed group that contains many users. Additionally, I have a SharePoint list with two columns called Name and Email, which retrieves all users from the distributed group and stores them in the SharePoint list using Power Automate. However, I want to automatically delete users from the SharePoint list whenever they are deleted from the distributed group. I have already designed a flow that is working perfectly, but I don't understand how to implement the delete feature. Can you please help me?

--------------------------------------------

 

Answers (2)

0
Photo of Temidayo Longe
NA 424 1 2y

Hi, 

 

You can try creating a variable to hold value for the group member you want to delete.

Use the condition to check the variable with the name/email of the SharePoint list

Use the Delete Item action of SharePoint 

 

You can check this link on youtube. It's different from what you want to achieve but can help 

https://www.youtube.com/watch?v=cpu2nJlT6ak

 

Hope this helps

Accepted
0
Photo of Rajkiran Swain
28 40.7k 3.4m 2y

Could you please provide me the screenshot, how it works ?