Can we Route - Day Specific triggers
Status: Closed · Asked by zest83 on · 0 views
My Workflow name is: Test FB Leads to Iterator
Can I Route leads "Day Specific" so If the user chooses "tuesday" in the dropdown in the LEAD FORM
Is there a way to send the message to them using Pabbly Triggers Only on Tuesday (as per Current Date)
Hey @zest83
We have set your router condition when the user chooses "Tuesday" in the dropdown in the LEAD FORM.
Kindly check out the filter condition at your end and try the complete workflow at your end.
let us know if that works for you.

I am asking
Is there a way for Pabbly to Trigger the day from the given CURRENT DATE
and send the message only on Tuesday
Actual Tuesday (Day of the week)
Not as per my Form Option
Hey @zest83
Please check out the following screenshot to get the current day and which you can use further in your Filter action step.
Formula - CHOOSE(WEEKDAY(TODAY()),"Su","Mo","Tu","We","Th","Fr","Sa","Su")
