Forum Discussion
MarkShnier__You
Qrew Legend
You should be able to make a formula field to calculate the next work day and set the Automation to use that field. assuming that it is on the Trigger record.
The formula is WeekDayAdd(Today(),1)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
The formula is WeekDayAdd(Today(),1)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
IvanWeiss
5 years agoQrew Captain
So the problem is it is not always 1 day. That is just one example. It is all over the place in terms of "how many days"
------------------------------
Ivan Weiss
------------------------------
------------------------------
Ivan Weiss
------------------------------
- MarkShnier__You5 years agoQrew Legendvar number WeekDaysToAhead = ... some complicated formula goes here;
The formula is WeekDayAdd(Today(), $WeekDaysToAhead )
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------- IvanWeiss5 years agoQrew CaptainNot sure I understand the "complicated formula".... I need to set this in the automation.... So how am I doing that in a formula?
------------------------------
Ivan Weiss
------------------------------- MarkShnier__You5 years agoQrew LegendI am making the assumption that the trigger record that is triggering the Automation can have a field with a formula to calculate how many days ahead you want. The automation will just use that field.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------