Welcome everyone. Maybe it is a stupid or very easy questions but I need get date - next working day. Please help me.
1 Like
Hey,
you can try use:
or check this workflow:
BlankProcess24.zip (2.5 KB)
3 Likes
Thanks @pikorpa I will check and Iāll let you know if it is what I needed.
Hi @Le_Chiffre
Try out his syntax to get next working day
Now.AddDays(+1).ToString(ādd-MM-yyyyā)
Thanks
Robin
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.