sending mail with each Asset Name in new Line in html
Hi, I have an array-type execution variable.
This is what we are getting trying to add in HTML. It is giving.
[asset,asset2,asset3]
What I want is :
asset1
asset2
asset3
pavanshukla11
Posted 3 years ago · Edited 2 years ago·Last reply 3 years ago
1 comment
georgecheung
·3 years ago · Editedsince the asset is in a list, you’ll need to create the html so that it shows each asset in a new line:
For example:
EDIT: the code isnt showing up properly because of the html - but for reference: example.txt (178 Bytes)