I’m building a scenario that will let me get multiple Discord channels data and use it (e.g. channels ids) to trigger at least 2 Discord modules “make an Api call” in order to retrieve messages from specified channels (using these channels ids).
I am using array aggregator + router between these 2 Discord modules.
The problem is that I need to map my Discord Make an API call module with data from different bundles of the first module Discord List Channels but the Discord Make an API call modules do not see these bundles. Please help me make these bundles mappable in the last Discord module!
Delete the array aggregator and use a filter instead, to process the selected channels you want.
For more information, see
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —