"Or" operator in a filter

Hello dear community,

I am using a scenario to update Google Events from Notion event. I filter the updated events using their status (3 possible status to pass the filter). You can see I try to use the OR operator. Result returns true for the first condition only, items with status “En préparation” or “Prêt” never returns true. Am I using the operator wrongly? Thanks.

Hi @Samsam ,

You could use an array containing all your constants, and use the solution I gave here.

Hope it helps.

Philippe

3 Likes

Hello Philippe,

It works like a charm, thanks!

Samuel.

2 Likes