Hi All,
I need some help & hopefully someone in the community could help me out! Thanks in advance!
I am using Smartsheet and would like to send multiple transaction # at once to an HTTP module, I am trying to use an Array aggregator but it doesn’t work, any suggestion how I need to set it up?
Thanks!
This is my HTTP Module, it works good when I run it row by row from Smartsheet the issue is only when I try to combine them into 1 bundle so its 1 API call for multiple rows/order, I wasn’t able to figure out the Array Aggregator module,
I am only working with make Make for 2 months so I am still learning,
Again, thanks for the help!
Welcome to the Make community!
To do this, you can try using the JSON “Aggregate to JSON” module instead.
This will allow you to specify the data structure of the array of collections.
Alternatively, you can use the Text Aggregator instead, and then put this in the Text Aggregator:
e.g.: (paste this into the field)
{
"id": {{1.rowId}}
}
For more information, see https://www.make.com/en/integrations/json, and https://www.make.com/en/help/app/json in the help centre.
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.
1 Like