Hi All,
I have been using [Date] = DateTimeParse(DateTimeToday(),"%Y-%m-%d") in a filter for today's date and I have been using [Date] = ToDate(DateTimeAdd(DateTimeToday(), 1, "days")) for tomorrow's date in a filter for tomorrow's date data.Both are working fine for respective workflows.
Now is there any technique to exclude Saturday and Sunday every week and move ahead at runtime for both these workflows.
For example - for tomorrows date I can go in and make it 2 or 3 manually, that works [Date] = ToDate(DateTimeAdd(DateTimeToday(), 3, "days")).But I'm looking for some dynamic or automatic way.Thank You.
Regards,
Rahul