What is your goal?
Create an event on my google calendar when a checkbox is true in Notion. Create the event based on the line Title (Notion) and based on the property Date.
What is the problem?
It seems that Notion is well connected but nothing happens into my filter.
What have you tried so far?
Property Calendar (Checkbox on Notion) => Equal to => True
Screenshots: scenario setup, module configuration, errors
Hi @Clement_B , welcome to the community!
Could you please show what the Notion output and filter condition look like? Or you can export the scenario blueprint and upload it here?
change True to all caps (TRUE)
Thanks guys,
Here you have the filter I did
That filter will never pass. In the top part you have the string Chec at the end and in the bottom you have the string true at the end. So it doesn’t matter what’s in the variable, that expression will never pass.
Delete the word Chec from the top, that’s something leftover from a wrong copy/pasting.
Then in the bottom you either do a text equal to the text string true or a boolean equal to the boolean operator {{true}}. You cant have both the boolean operator and the text string and expect it to work.
1 Like