Hello,
Below is my input file.
| Group | Cost | Balance Left |
| A | 1 | 6 |
| A | 2 | 8 |
| A | 3 | 3 |
| A | 4 | 4 |
| B | 5 | 6 |
| B | 6 | 1 |
| B | 7 | 3 |
| B | 8 | 9 |
| C | 9 | 3 |
| C | 10 | 6 |
| C | 11 | 2 |
| D | 12 | 3 |
| D | 13 | 1 |
Now, I want to run the workflow for Group A and store the output in an excel file GroupA.xlsx
Then the workflow should again run for Group B and store the output in an excel file GroupB.xlsx
and so forth.
Is it possible? I tried to use the Condition interface tool as well as the Macro Input tool but somehow ran into a dead end.
Also, is it possible to run the workflow for All Group values (A-->D) at once and also provide a drop down option for the user to run either A/B/C/D?
Your help would be highly appreciated.
Thanks