I have a workflow with some data processing. I want the workflow to run for each customer from a list of customers in an excel file and generate output file for each customer.
Example:
Customer List:
| Customer name | Unique ID |
| Customer A | 123 |
| Customer B | 234 |
| Customer C | 345 |
I have a workflow a.yxmd
Expected output:
a.yxmd should run for each customer - Customer A, Customer B, Customer C and generate separate excel output with Customer name as the output file name. Please note that my workflow a.yxmd also contains customer data. Any help would be appreciated.
TIA!!