Cannot map output bundles into Discord module

Hello everyone!

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!

Here are my screenshots:

Here is the flow%


The first Discord module gives me all I want:

But the last Discord module sees only data from one bundle

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 —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Hi, Samliew! Thank you for your reply! Do you mean the Router? Or what is filter?

For more information, see the Make Academy linked above.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

2 Likes

Wow!! Such an easy way!! It works just perfect. Thank you so much, @samliew !!