Hi,
I’m creating a coupling with Zapier and Notion.
When I use the “Find Database Item in Notion” to find and create new items based on 2 fields, I get the following error:
body failed validation. Fix one: body.properties.Name.id should be defined, instead was `undefined`. body.properties.Name.name should be defined, instead was `undefined`. body.properties.Name.start should be defined, instead was `undefined`.
The fields I’m using are
- Name (title field in Notion)
- Date (date field in Notion)
Using name individually does work. As soon as I add a filter on Date, it does not.
The formatting of the date field is “YYYY-MM-DD” and my timezone settings in Zapier correspond to the ones on Notion.
What can I do to fix this?