What is the most efficient way to run Alteryx workflows on the server on specific working days (we have a database that the server can access with what working day it is)?
We currently determine which working day today is and based on that logic feed it into a macro and use the condition tool to determine if the main workflow (where the calcs/manipulation/wrangling etc takes place) should take place (all encompassed in a container that the action tool following the condition tool will disable if it is not the right working day.

