Hi,
i have a, maybe small problem, with sending status mails to my customers, only when the status of an order has changed.
I created a datastore with all my relevant status i need.
I build following scenario:
Notion module, to get data
Data store, get a record
Data store, update a record
Router with 2 directions
Email with all the settings i need.
My database will filled correct with data, the only thing i noted are the entry True and not true
As i know, notion will deliver the value true.
Now in my filter i compare Boolean between notion actual status and status in my database.
If it’s not equal, he should send the mail, if not, dev null ![]()
But it sends all the mails at any time.
I think, he compare true with True, so it is not equal and he send anyway.
Do you have a solution for me to rewrite True->true before checking?
Thanks in advance
Peter