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.
Hi @Altamash Heroli ,
I've just tested this approach and also tried using {{#increment}} and the value seems to update as expected.
I'm not sure why you're not getting anything to be displayed in the email table.
I'd check if that's possible to get via HTML rather than within automation (as mentioned earlier), but again, I'm not an HTML expert,t so I'm not sure if that's possible.
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.