Issue
I have written table within my Send email component.. My Table renders absolutely fine. Now, I am trying to add Incremented Serial numbers to each row of my table. But I am not able to do that
Solution tried
Added a variable
Added it in my send email body as
But my Email shows the # field blank
Hi @Altamash Heroli ,
The issue here is that, firstly, you don't have 'initial' value for {{counter}} smart value. I believe {{counter|1}} would set it to one by default although you'll might need to convert that to number type.
BUT, couldn't you construct something like that via HTML by itself? Without needing to use smart values?
There's one article on the topic for DC but you might give it a try on cloud as well: How to send a notification with a numbered list of issues with Automation for Jira
With <ol type="1"> parameter you might get what you're looking for (but, again, I haven't tested it out).
Cheers,
Tobi
I tried with all the following combinations
but unfortunately, my output is still the same.
Am I missing something here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.