How to Merge Variable Value into List: A Guide for Make.com Users
I’m trying to get the slack channels normalized names into a list from a json HTTP response. But I have tried many modules, and I only managed to get 1 channel listed.
For your aggregator, you’ll need to select the Iterator as the source module.
I tried that before, and I can see the names in the output, but when I add it to the Data Store module, it only gets 1 of the names.
What should I add to the Store Data field, so all the names from the output array get merged into a list?
Could you please provide a screenshot of the output bundle of the first module by right-clicking and running just that module, then clicking the bubble and copying the contents:
This will allow others to better assist you. Thanks!
Sure, the first module is just an HTTP Oauth2
Any ideas? I still can’t figure this out. Thanks
Ah, since channels is already an array (thanks for the output bundle, it really helped), you don’t even need to use an iterator or aggregator.
#JUST-PUT-THIS-IMMEDIATELY-AFTER-YOUR-TRIGGER-HTTP-MODULE-1JUST PUT THIS IMMEDIATELY AFTER YOUR TRIGGER (HTTP) MODULE -
a. All you need to do is use the built-in array function map(), to get the values:
b. If you want it as a comma-separated string instead, just wrap that in a join() function and add your delimiter in the second parameter:
#HERES-THE-OUTPUT-OF-BOTH-OPTIONS-2HERE’S THE OUTPUT OF BOTH OPTIONS:
It worked, thank you very much!
You do have further questions?
Ask your question via E-Mail: Richard@make-app.de
Book a paid Support & Consulting Session
New Make.com user? Sign up through this Affiliate Link to receive 10.000 operations for FREE.