I had a workflow correctly processing, but I made a change to a downstream action, and now a previous step is err’ing. I can’t really figure out what is happening… Any suggestions on where to start debugging?
I’m getting a “loop not iterable” error on an array that seems clearly iterable to me…
“Fail to start loop, as items to parse is not iterable”
The one that is err’ing is the first iterator eachUser. It’s possible further things are err’ing but the loop doesn’t get down that far.