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?
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.