core.noscript.text
I have a requirement, where I need to send an excel report every weekday at 7AM to list of email id's using Alteryx.
put the e-mail tool after a filter - and have the filter check if !(datetimeformat(datetimenow(),"%a") in ("Sat","Sun"))
That's what I would do at least.