Hi,
I have a workflow with multiple steps. The goal is to calculate target completion date for each step. I am trying to do this by using the Add days function with process start date and looks up a table in smartobject for that specific process time required (in work days). The only problem is that the current result assumes that the days required are calendar days when they are actually work days (Saturday and Sunday off) (e.g. 31-Jan + 2 = 2 Feb and it should be 31-Jan + 2 = 5 Feb).
How can I modify to make sure I am adding work days to the process start date?
Thanks