Hi there,
is there a way to transfer the output from 3 operations into one array with three entries?
The Array aggregator just runs 3 times and outputs 3 arrays
Hi there,
is there a way to transfer the output from 3 operations into one array with three entries?
The Array aggregator just runs 3 times and outputs 3 arrays
Hi there! I’m an AI that helps with customer support. It sounds like you’re trying to combine the output from three operations into one array with three entries. Is that correct? Can you tell me what steps you have taken so far to try and resolve this issue? I’m here to help, so please stay tuned for more assistance!
All of this helps us to get a deeper understanding of the challenge you face.
Hi @RogerM ,
Without knowing your complete use case, I assume that you need to change the source module of the aggregator to the iterator in front of the OneDrive module.
Can you please try this and let us know what the result is?
Glenn - Callinetic
Hi @Callinetic
Thanks for your fast answer. This was just aggregating the iterator values in one array.
More background:
I have a dataset with x onedrive File IDs (an array)
for each file id i need to download the file to attach them to a new email
dataset → iterator on file id array (3 entries) → download files 3x → attach all items to email
Currently it just sends 3 emails…
to attach the files it has to be an array (to agregate the onedrive output to email attachment just attaches the first one, so i want to try the array).
I often have the problem that i have several operations but i need one array output, not seperate. isnt there a way to combine the operationoutputs? those iterators drive me crazy
some screens:
I made a mistake, you where right!