I’m mapping an array to the attachments of an email.
First, I created an array using an iterator on the results of a Drive search. The mapping worked.
But I also need to add a file from another source. I have the Google drive download link, so I can download the file.
But then, how do I add it to the existing array?
The scenario is long, so I can’t add the blueprint here.
But here’s the relevant part
1 Like
Hey Alberto,
usually that would be the add() function. You can also use a JSON module to built the array however you like.
That’s what I tried, but one of the values is of type “data”. I didn’t find a way to set it in the Create a JSON module.
1 Like
Yes, sorry. There is no Data type in JSON.
What does the array you have at the moment look like? Can you share the output bundle form the aggregator module?
Yes, sorry, I thought it was implicit when talking about email attachments.
Here is the output of the aggregator
1 Like