I am trying to use a formula function in payload field of the Send HTTP Request action workflow, but it's not working.
I need to use the formula, because otherwise the replaced datetime will be in UTC+0 and it would not be formatted according to settings. Without formatting it would be something like this "2020-07-15 14:50".
Is it possible to achieve datetime formatting somehow in Send HTTP Request payload?
Code:
{ "text":"Hello World", "fields":[ { "title":"Start", "value":"{date\format($dateStart)}" }, { "title":"End", "value":"{$dateEnd}" } ] }
Is it possible to achieve datetime formatting somehow in Send HTTP Request payload?
Comment