Using Additional Fields, I am trying to set the datetime of Satisfaction Date
{
"fields": {
"Satisfaction Date": "{{now.jiraDateTime}}"
}
}
However, although the flow says it worked, the date captured is not correct. Googling I think it is the structure of jiraDateTime, which is "1979-11-01T06:23:12.0-0500"
However, googling I found it an example showing "2025-05-13T12:00:00.000Z"
How do I format NOW as the example above?
Fixed it - wasnt source it was the reporting tool!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.