You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I am using this in the body of a send email in automation
<html>
<table border="1">
<tr>
<th align = "left">Key</th>
<th align = "left">Name</th>
<th align = "left">Created Date</th>
<th align = "left">Updated Date</th>
</tr>
{{#lookupObjects}}
<tr>
<td align = "left">{{Key}}</td>
<td align = "left">{{Name}}</td>
<td align = "left">{{Created.format("dd/MM/yyyy")}}</td>
<td align = "left">{{Updated.format("dd/MM/yyyy")}}</td>
</tr>
{{/}}
</table>
</html>
It is coming out in quite the random manner, is it possible to structure HTML in the body of the send email?
There is a blank line above everything, above the headings, then above each returned line in the lookupbojects as well as a weird extra single space cell between each value.
thanks
Yes, it is possible to structure HTML.
In Send Email action, there is a More Options button. Unselect the box to correct body.
ah great thanks, my eyes went to the 'Send as' option but didn't even think about the checkbox.
ta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.