Parameter as a list?
Hi, is it possible to have a parameter use a list? So the same workflow gets run for a list from an input file? I have a report that I want to run, many times over based on a a county name from a list. Right now, I have to change the parameter manually.
Thanks
Answers
-
Hi James
The way to do this would depend on the length of the list and how frequently the values change. Assuming the list is fairly static and say 20 or less values then you could use a Schedule:
Each time a Workflow (in this case the same one) runs you can specify a Parameter (and other properties)
0 -
@James Sidebotham Just a suggestion: Make the work-flow usable in other workflows. Create another wrapper workflow to execute the main worflow with different parameters for each country.
0 -
Hi, I did think about that, but i would still have to hardcode the parameter values. I was hoping to use a flat file that could be read and then run for each row. That way it would be dynamic, and i could just change the values in the flat file.
0 -
Could utilize the API to execute the Workflow with each parameter value in a list:
0 -
I am not a programmer, so that approach isn't workable for us.
0