Hello,
I have an automation rule, which contains the following line :
Created: {{issue.created.format("dd/MM/yyyy")}}
And I get an error that this row cannot be rendered correctly. I made some tests and if I remove the .format part it's working. Can you give me some advice on how can I fix this issue?