I'm setting up an AI appointment scheduling automation using callin.io, and I'm encountering an error when attempting to parse a date extracted from a call:
Does anyone have any insights into why this might be happening? I'm working with UK time. Here's the complete scenario:
This is the date format provided by OpenAI:
And here is the parseDate formula I'm utilizing:
Hi, I'm encountering the exact same error even after adjusting the date format. Have you tested this with a comparable scenario? I attempted your suggestion of parsing the date within a variable, but the error persists. I've attached the blueprint for your review:
blueprint.json (62.9 KB)
Could you please examine it?
Hey everyone, I suspect there might be a mismatch in your input date strings. I've noticed variations like "...14:00:00Z" and "...14:00:00+00:00". The '+00:00' suffix is unfamiliar to me and seems unusual. This could potentially be the cause of the issue.