Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a task that does a reduce and distribute to another folder.
I need the Task run only once a week (Tuesdays) but that it must run after another Task (which is daily).
I've tried this combination of conditions, but the task I want to run only once a week runs daily.
Can someone help me?
Thanks,
Diogo Pereira
What if for your daily task you set up 2 versions, both the same except for the days they run on:
Task A - run Mon, Wed, Thu, Fri, Sat, Sun
Task B - run Tue
It may not be obvious, but to set up a task to run on specific days, you need to select a 'Weekly' schedule.
Then your weekly task is triggered on successful completion of Task B.
Best wishes,
Azam