Describe the problem/error/question
From a form, I have sometimes date, sometimes empty value. However, I can not pass this to notion, as notion apparently requires valid date. I expect to be able to have at least an optional parameter for notion “ignore if empty” or something like that. This kind of completely breaks my flow…
What is the error message (if any)?
Bad request - please check your parameters [item 1]
Ask AI
body failed validation: body.properties.Dates.date.start should be a valid ISO 8601 date string, instead was "Invalid date"
.
Please share your workflow
Share the output returned by the last node
[
{
“Timestamp”: “5/4/2024 19:50:41”,
“Your Name”: “”,
“Your Contact Email”: “”,
“Event Name”: “”,
“Event/Organization URL”: “”,
“Event Type”: “”,
“Speaking Engagement Type”: “”,
“Expected number of people at my session”: “”,
“Total number of attendees at the event”: “”,
“Earliest date you would like me to speak”: “”,
“Latest date you’d like me to speak”: “”,
“Minimum speech length in minutes”: “”,
“Maximum speech length in minutes”: “”,
“Topic you’d like me to speak about”: “”,
“Audience breakdown (% leadership, % developers, etc.)”: “”,
“What are you offering in terms of speaker fees?”: “”,
“How did you find this form?”: “”,
“Anything else I should know?”: “”
},
{
“Timestamp”: “5/4/2024 20:07:19”,
“Your Name”: “asdf2”,
“Your Contact Email”: “[email protected]”,
“Event Name”: “event name”,
“Event/Organization URL”: “www”,
“Event Type”: “asdf”,
“Speaking Engagement Type”: “asdf”,
“Expected number of people at my session”: “asdf”,
“Total number of attendees at the event”: “asdf”,
“Earliest date you would like me to speak”: “asdf”,
“Latest date you’d like me to speak”: “sdf”,
“Minimum speech length in minutes”: “asdf”,
“Maximum speech length in minutes”: “asdf”,
“Topic you’d like me to speak about”: “asdf”,
“Audience breakdown (% leadership, % developers, etc.)”: “asdf”,
“What are you offering in terms of speaker fees?”: “asdf”,
“How did you find this form?”: “asdf”,
“Anything else I should know?”: “asdf”
}
]