Being able to schedule workflows based on formulas/logic for example first monday of a month or last day
@aatalai, if this isn't available on the Gallery UI, one way could be to go the Server API route:
Not sure if Ayx Server is using CRON: https://help.alteryx.com/aac/en/platform/platform-reference/cron-schedule-syntax-reference.html#:~:text=Alteryx%20One%20allows%20you%20to,and%20arbitrary%20intervals%20in%20between. if not, it might be in the pipeline as it's available in Alteryx One (probably plans)
**UPDATE**: just checked the Gallery UI for scheduling, you can get first and last of the month via this route:
If you want it even more custom though, I'd probably go through the Sever API 😏
@BS_THE_ANALYST will probably do it via the api way, was just hoping to be able to do it in the server itself (seems to work for last of the month can be done that way), but not items like first workingday, or second monday etc