Hello Team,
I need to add two or more merge fields on single line.
Like: Address <<address_line_1>>, <<address_line_2>>, <<address_line_3>>
I tried using addMergeField() but it's not working as expected.
Output is like below:
Address
<<address_line_1>>
,
<<address_line_2>>
,
<<address_line_3>>
Can you please help me for same.
Thanks