Error in Notion Automation, Status Update and Filtering

My goal is to create an automation in which when a checkbox(database item) in the database is checked and the status of that specific item is “Booked” then it will be moved to Not Booked. Now I have seen that there is an error showing in filtering because all of the data is not in the Booked Zone. The filtered error is shown as below,
defined, instead was undefined. body.filter.or[0].formula.number should be defined, instead was undefined. body.filter.or[0].formula.date should be defined, instead was undefined.

My workflow is just like the below image,

Please let me what I am doing it wrong.

In the “Search object” module that outputs the error, what filter type is there currently?

Based on the error message, there may be a data type mismatch between the filter type and the second argument of the filter.

If the second argument of the filter is of a Notion formula property, you may select the dedicated filter data type

2 Likes

its this one,

Thanks for sharing - in Notion, is “Today’s date” a date or a formula that outputs a date?

2 Likes

Today’s date is a formula and it’s formated to DD/MM/YYYY, also the Pulse Check is a formula. All of the date is calculated by the from the start date.

What is the value passed as “Today’s date” in the automation run that shows the error? You can find that by clicking on the red icon of the error output

2 Likes

The value passed for “Today’s Date” is DD/MM/YYYY Format and I am sharing this error here,