Hi Make team and awesome community,
I’m currently facing an issue with an important automation scenario, and I need your help.
Scenario Summary:
I’m watching a Notion database,
and once the following two conditions are met:
Status = Ready
Schedule Date/Time <= now
The post is passed through a Router that directs it to be published on various social platforms.
The Problem:
The scenario runs (it gets triggered and starts execution),
but the post is not being published on the platforms,
and I’m also not receiving a success message on my Telegram bot —
even though the following steps are in place:
Using Compose a string to extract content from Notion rich_text.
Applying filters correctly (Status and Schedule).
Using Text Operators > Contains in the Router filter to check platform names.
Publishing modules are properly connected, with valid Access Tokens.
The bot is added as an admin to the Telegram channel, using @ChannelUsername as the Chat ID.
What I suspect:
There might be an issue extracting text from Notion’s rich_text format.
Or the time-based filter isn’t working as expected.
Or maybe data is not passing through the Router branches due to a structural issue.
My Question:
Is there any technical or structural reason why the scenario would appear to run but stop before publishing?
And what’s the best way to test each step to ensure the data is truly reaching the publishing modules?
Thanks in advance to anyone who can support or suggest a fix!
Best regards,
– Mounis