Wait condition

Hi Everyone,

Is I want to exclude weekends and holidays in my "Wait" condition automation but my code is not working in "Period", "CONCATENATE(WORKDAY([Timestamp],2,Holidays[Holidays]))". 

is there other way to do that other than WORKDAY()?

Hope you can help me. Thanks in advance.

0 1 56
1 REPLY 1

The "Period" field expects a duration value. I imagine you would calculate the WORKDAY() result for x days in the future that you're wanting, then subtract NOW() from that to obtain the wait duration.

Top Labels in this Space