Hey everybody, when I use a text aggregator, all the next modules seems to not get the data from the modules previous to the text aggregator. This topic was opened here but unfortunately the same thing happens with array aggregators. In this example, for the Slack message I can no longer access the data from the Google Sheets module:
Any ideas on how to fix this? I need outputs from both the aggregator and the first Sheets module.
If you want to iterate again the first module data you can do something like this
Here’s the
Text Aggregator data
And the variable data
Hey there,
You can use the Make Magic Formula to pull the data you need separately. Add a router after the Search Rows module and on route 1 add a set multiple variables module and populate the data you need.
Have the text aggregator on the second route, followed by a get multiple variables module that pulls the data from the first route.
Welcome to the Make community!
For your first Array Aggregator aggregating the Sheets search module, you’ll need to select all the fields, if you want to refer to them later.
Then, you can reference that array of results in later Iterator-Aggregator combos.
Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
— @samliew