Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
I need the now() date to be retrieved to compare it with the start date. This works perfectly. But the now() date is coming in the UTC format and my date is coming in the AEST format.
{
"name": "now",
"description": "Get the current date and format it as ISO8601",
"transforms": [
{
"id": "sp:transform:substring:string",
"input": {
"start": 0,
"length": 10
}
}
],
"variableA.$": "$.now()"
}