
SharveshwaranR.77886 (Customer) asked a question.
Tried all the formats for the wait until function, Everything fails.
"_error": true,
"flo": 79959,
"method": "pqvhgX19k",
"execution": "1c3bcbca-a1e3-4a47-9a1c-898267e9458c",
"module": "control.until",
"kind": "Invalid Input",
"message": "Invalid input for '\"date\"'.",
"code": 500,
"description": "Invalid Input",
"steps": 3,
"source": {
"flo": 79959,
"method": "pqvhgX19k",
"execution": "1c3bcbca-a1e3-4a47-9a1c-898267e9458c",
"module": "control.until"
}
}

This works fine for me using the "iso" format of the date. Also it looks as if Wait Until accepts both Date/Time and Text as an input type, so make sure yours is set to Date/Time.
Hi,
Also getting the 500 error here, I tried it with the ISO format but without success. I was wondering how you exactly format the date/time for the Wait Until. What is your input value and how do you format it and pass it to the Wait Until?
Thanks
For any person interested in this issue.
I have been in contact with Okta Support and they confirmed the issue when converting a date/time value. A temporary workaround for this issue is to use the ADD date/time card and to use the output of that card for the "Wait Until" card.
Okta told me that this issue has been filed as a bug and will be fixed in future releases.
Hope this helps