What is your goal?
I want to reliably determine whether a post is complete after a Router with multiple platform routes.
The intended logic is:
If a platform is not active, it is considered complete.
If a platform is active, its corresponding *_done value in Google Sheets must be TRUE.
Only when all active platforms are complete:
the post status may be set to complete
the scenario may proceed to the next post.
Google Sheets should be the single source of truth.
What is the problem?
After the Router, it is not possible to reliably determine whether all active routes have completed successfully.
Specifically:
Router branches do not block each other when one route fails.
A failing route (e.g. Facebook Buffer error) does not prevent the scenario from continuing.
Checks using Set Variable or filters after the Router can evaluate to TRUE even when:
a platform is active
but its *_done value is empty or FALSE.
As a result, posts can be marked as complete even though an active platform has failed.
What have you tried so far?
Using Set Variable (e.g. all_complete) with logical expressions combining *_active and *_done.
Using filters after the Router to evaluate platform completion.
Using error handlers on platform routes.
None of these approaches reliably prevent a post from being marked as complete when one of the active router routes fails.
I added how the set variable is looking at the router…
Pardon me for the english.. I used chatgpt for the translate. I’m also very new with Make i have been using it for around 3 weeks now. I came a long way but this piece is getting me for about 3 days now. So i hope you guys can help a little. I shared the scenario check link. Also 2 pictures in attachment.
And just to verify.. The location of the dropbox, move file right now. Is only to solve the fact that it keep getting the same picture. When the problem is fixed with the router this dropbox move a file should switch to another place…
Thanks in advance!









