Hi Developers
Hope you are doing good.
Our requirement is to trigger our termination workflow at 5PM est. So we have user “Wait” Action and used Wait until.
Below is our Wait action configuration:
Identity Attribute Value:

To change Date to this format we are using below transform:
{
"id": "37028ee2-f248-4517-9fa3-6e9175bdeeba",
"name": "Term date testing format",
"type": "dateFormat",
"attributes": {
"inputFormat": "MM/dd/yyyy",
"outputFormat": "ISO8601"
},
But at the end we are encounter with below error:
{“displayName”:“Wait”,“error”:“both date: and time: 1970-01-01T17:30:00.000Z could not be empty”,
“stepName”:“wait”,“task”:“sp:sleep”,“technicalName”:“Wait”}
{“error”:“task failed: activity error (type: sp:internal:sleep, scheduledEventID: 5, startedEventID: 6,
identity: 1@sp-workflow-worker-stg-us-east-1-69cd5978b6-nzksv@):
both date: and time: 1970-01-01T17:30:00.000Z could not be empty (type: Error Parsing Input, retryable: false):
both date: and time: 1970-01-01T17:30:00.000Z could not be empty”}
I will highly appreciate your help and time.
Regards
Vatan

