Hi @SShaffer2
Use PowerShell scripts to loop thru the Workflow Task Lists.
Use 2 sets of scripts.
First script to list out the ID of the items to be deleted.
You can test/run this script multiple times.
Second script to delete the items.
Since this will actually remove items, use caution when you test/run this script
Limit the scope by use the “-WhatIf” parameter
Limit the scope by manually removing 1 item at a time
Limit the scope by setting a fixed ID to exit the loop. If ID > 10, exit script
Also use PowerShell PnP batch feature
If you prefer to use NIntex Workflows, consider to use Nintex Automation Cloud (NAC). NAC workflows are much faster to execute when compare to O365. No NAC, then use a 30-day trial
Thank you for your reply. I do not know PowerShell nor do I have access (for now) to a person/team that could help so I was hoping to accomplish this using SharePoint/Nintex O365. We will be moving to NAC in 2025, but I was hoping to come up with a solution right now.
@Garrett I am not familiar with the -WhatIf parameter. Where do I find that?