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:
Solved! Go to Solution.
Please ignore. I solved it. I'm sorry for the distraction.