Hi there wondering if anyone can help with debugging a slow loop. I have a workflow which iterates through users and adds them to a site via an api.
For 30 users, if you look at the times per branch it is approximately 10secods , so should take 5 minutes. But instead takes 20 minutes.
Does anyone know any smart way to try to work out where the delay is happening as its not obvious in the workflow ?
Thanks
JOhn