Gmail stopping loop

Hello!

I’m creating a workflow that posts to multiple social media channels. I’ve set up a approval process through email so I can approve the posts prior to them going out. My issue is, the loop sees all 5 options for social media, but gmail only passes through 1 for approval (Either approval or denial or passes 1). Is there a setting that I’m missing to fix this or am I using an incorrect node?

You’re not showing the entire workflow; did you make sure the gmail branch loops back to the ‘Loop over Items’ node?

Unfortunately these wait operations will currently only run for the first item. To fire for each item, you could put the ‘send and wait’ functionality in a sub-workflow.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.