Hi Users,
Need your help please
I would like to get the yesterday working date. ( exclude weekends )
For example : Today is Monday then i need Friday date
Thank you in advance

Hi Users,
Need your help please
I would like to get the yesterday working date. ( exclude weekends )
For example : Today is Monday then i need Friday date
Thank you in advance
Hi @Rat2 ,
Here is a method for your reference:
if(equals(dayOfWeek(utcNow()),1),addDays(utcNow(),-3),addDays(utcNow(),-1))
Best regards,
Rimmon