Hello,
Anyone know if it is possible to execute the same loop step in a workflow more than once?
I have a loop to iterate over a list of values (created using a reference to a list smart object method) to start multiple sub-workflows. Once all the sub-workflows are complete, the parent workflow allows the user to re-execute the loop again to start the sub-workflows again.
When trying to execute the loop step again, no sub-workflows are started.
Any thoughts on what could be going on?
Is this even possible to do?
Thanks!