Hi,
in my scenario, i need to send multiple attachments which are coming from two sources:
-
an array of collections with file name and text data:
-
a binary file name , with the parameters: name and data(binary):
i cannot get it to work , i tried to use the array ADD function to combine them :
, but for that i first need to turn it to a json , and binary data is not supported in json so but if i use something like base64 then on the gmail attachments parameter , i will somehow need it to turn it back into binary , because otherwise i just get a text file with the base64 text in it
Any help would be highly appriciated
Thanks