kai
February 20, 2023, 12:52pm
1
Hey folks,
I’m trying to find a Slack channel based on channel name provided in a form (so I’m getting a List of Channels, and then wanting to find the channel ID paired with the matching channel name).
Here’s my scenario:
For some reason the Slack module produces multiple bundles without being housed in an Array. Which apparently creates multiple operations.
I need to be able to filter for the right channel based on name, and then get it’s ID. This has been proving tricky.
I thought this comment from @Lorenzo answered my question:
Anytime a module returns more than one bundle ALL subsequent parts of the automation will run once for each bundle…Unless you close the loop with an Array Aggregator. Your module is running 8 times because the Google Calendar [98] module is returning 8 events. Unless I am missing something, Your array aggregator should have the Google Calendar [98] as the starting point, not the Tools [107] module.
Particularly:
“Anytime a module returns more than one bundle ALL subsequent parts of the automation will run once for each bundle”
However when jumping into my workflow, I added an Array Aggregator, and seemingly having the same issues:
Help is appreciated!
Kai
(p.s. yes I’ve read the help docs on this and other in-depth forum posts like this one from @alex.newpath . And yes this feels like a stupid question!)
Looks like there is an issue with the Source module you selected in the Array module.
Just change it to the correct one, and it will start giving the correct single output.
kai
February 23, 2023, 4:21am
4
Hmm. Not sure there is an issue - where are you seeing that @ManishMandot ?
kai
February 23, 2023, 3:58pm
5
Any thoughts from anyone else here?
kai
March 13, 2023, 11:42pm
6
Any answers here? Would love to get some help.
Hi @kai
It seems that the Convertkit module “List Subscribers by Tag” is generating multiple bundles. Hence, the array aggregator has many bundle outputs.
So, please change the source module of aggregator to ConvertKit to solve your issue.
If you need assistance, don’t hesitate to contact me.
Best Regards,
Msquare Automation
Visit our website | Book a free consult
2 Likes
kai
March 14, 2023, 3:37am
8
Boom! Thanks @Mohamed_Jahar , you helped me realise my error.
The ConvertKit module needed it’s own Array Aggregator.
3 Likes