Hi there. New to n8n. I came across an issue that I cant seem to figure out, or find an answer for.
I have a workflow triggered by a webhook, that I’d like to continue on to 2 seperate sub- workflow depending on if it’s a weekday or weekend. I can’t believe this has been such a challenge to accomplish. However, I’m new to this so maybe I’m overlooking a simple solution.
This is what I’ve been working with, but it always chooses the true or ‘weekend’ path:
Any help is appreciated, Right now I have to manually change the selection of sub worklfows every weekend, and it’s kind of a PITA!
Thanks, but I’m not sure I follow. Wouldn’t the IF would determine ‘if’ its a weekday (False) or weekend (True) and should route to the correct node? I have a similar time filter for ‘time of day’ in a different workflow, and it works great determining different times of day.