Notion status name not passing to filter

I am trying to build a simple notion to google calendar sync.

The complete scenario

  1. notion find out changes in the database and put it in an aggergator
  2. google calendar find recent 10 events and put it in an aggergator
  3. An itterator search if the event id stored in a text property and event id in google calendar matchs. Gives out True and False
  4. The filter filters the datas given( This is where the status value becomes empty)

What did I do wrong and how can I fix it?

Aggergator:

Filter

Hi,
When you map the value directly from the aggregator (without using the map()) function, Make picks up only the first value in the aggregated array. So, could it be that the first Status in the aggregated array is not equal to “Not Synced”? To find out, you can check the output of the aggregator module (#42)

It is still empty, should I try to change the property from status to select?


I seems that I overthink this, it doesn’t even need to be complicated.




3 Likes