Hi:
I have a workflow that can delete users' permissions from a single SharePoint 2019 site at a time. It obtains the authentication from the single site, then the Download tool helps to delete permissions.
I need to expand this workflow to approach multiple sites and delete the same multiple users. I need the workflow to loop around to restart for each site because each site requires a unique authentication.
Other than a creating an Iterative Macro, is there any other combination of tools that could accomplish the looping? Or is an Iterative macro the ONLY way?
The workflow runs as follows:
- Text Input tool feed of the SharePoint site URL
- Text Input tool feed of the soon-to-be-removed user IDs
- Download tool to obtain the contexinfo authentication from the site
- Formula tool to construct the endpoint to tag the user(s)
- Append Fields tool to compile the criteria
- Download tool with X-HTTP Method - DELETE to send a delete message to the SP API