Array in email

remix 13 Mar, 2018
Hi GD,

my form that contains arrays is sent on submit by email

the email template has fields like:
Destinations = {Destination}

when receiving the email I see in the body of email:
Destinations = array ( 0 => 'Dest-alfa', 1 => 'Dest-beta', )

how to display this way?
Destinations = Dest-alfa, Dest-beta, )

many thanks
GreyHead 13 Mar, 2018
HI Remix,

Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.

Bob
remix 13 Mar, 2018
Hi GD,

thank you!

I had Handle Arrays before DB Save but before Email Action.

Moving it above Email action fixed the problem

Thank you!
This topic is locked and no more replies can be posted.