I am building a Vapi A.I. schedule appointment automation, and I receive this error when trying to parse the date of the converted date that is taken from the call:
Any ideas why this could be happening? I am using the UK time. Here is the full scenario:
Here is the converted date that is given by openAI:
Here is the parseDate formula I am using:
I tried it in the Set Variable module and it worked. I don’t know what caused your post, but does the error change when you change the Format of the date?
Hi, the error is the exact same when I change the date format. Did you run this through a similar scenario? I tried using your suggestion of parsing the date in a variable but I receive the same error. I’ve attached the blueprint in case you want to check it out for yourself:
blueprint.json (62.9 KB)
@aminationDev @momomomonmon guys i don’t think your input date strings match. There’s “…14:00:00Z” and “…14:00:00+00:00”. I’ve never seen the ‘+00:00’ part anywhere and it’s weird. Maybe that’s it ?
1 Like