ken1
7
Thanks for the advice everyone! I did end up changing from the backend workflow to the bulk delete. I think I originally created the backend workflow so that I could delete everything immediately from my frontend without making the user wait for the database to update to see the changes. But I realized based on my setup I can still do this on the frontend now (I didn’t have the same workflows when I first set it up).
But to the question of the troubleshooting my error. I still think it’s unnecessarily difficult to troubleshoot a backend workflow. In any case, I was getting the same problems from my frontend bulk delete.
It turns out this was a timing error. I needed to slightly change the order of my steps and force that they would execute in the correct order. I did this using the wonderful Listful plugin and the Keeper elements where you can control the order of execution of steps.
Thanks again for all the help.