Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to run an existing workflow on two specific weekdays in a month using macro

akshayfalke25
5 - Atom

Hello,

 

I need to run an existing workflow on two specific weekdays in a month using macro, the workflow should exclude Holidays.

 

I have created a macro, not sure how to implement in the existing workflow.

 

The final workflow might need to publish over the server.

 

Thanks.

3 REPLIES 3
PangHC
13 - Pulsar

mainly add more interactive tool. 

 

for pick select workday, using number tool to get number or list tool/ dropdown tool for 1-31 option in interactive tool. 

 

convert the holiday to macro input for ease of change. 

if it should be more than 1 month. than the input may need to change to input first day of the month. 

 

*and i removed some tools and formula, where it not required or have simple way.

 

Screenshot 2025-10-06 151052.png

 

 

 

akshayfalke25
5 - Atom

Thank you for you inputs and the updated macro.

 

Any idea on how to implement the macro on the existing workflow?

dreldrel
8 - Asteroid

Maybe use a server API tool to run the workflow for you marco?

Labels
Top Solution Authors