I'm working on implementation to run the same workflow multiple times with different inputs every time and execute these workflows on the basis of inputs entered in an excel/csv file, one row at a time, until the workflows in the entire list are executed.
Looking forward to your reply!
Any help is appreciated.
This seems like a task for batch here are some resources which might help you out.
https://community.alteryx.com/t5/Videos/Build-Your-First-Batch-Macro/td-p/52900
https://community.alteryx.com/t5/Interactive-Lessons/Creating-a-Batch-Macro/ta-p/657923
Hope this helps : )