Merge different Arrays into a sequence and generate Email body

we have different content in all 3 arrays
system: {s1, s2}
user: {u1,u2}
pwd: {p1,p2}

But I want to write in mail body in same sequence:
s1
u1
p1

s2
u2
p2

system(0)+"<br>"+ user(0)+"<br>"+ pwd(0)+"<br><br>"+system(1)+"<br>"+ user(1)+"<br>"+ pwd(1)

remember to tick isBodyHTML in send outlook mail activity properties

Hi, It’s indefinite array like
system: {}
user: {}
pwd: {}

Can u plz now help?

1 Like

use this
Sequence.xaml (8.0 KB)

i assume all 3 arrays are of the same length

e.g.

result
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.