Hi,
I'm fairly new to Alteryx and trying to figure out if it can create a recurring schedule on a workflow saved to the server gallery 10, 20, 30, 40, 50 minutes past each hour of the day in a single schedule. The reason it can not run every 10 minutes is to avoid clashing with another workflow scheduled at the top of each hour.
I believe the cron syntax would be something like....
10,20,30,40,50 * * * *
Would anyone know whether this is possible or not, and if so how? Many thanks