Hi,
I am creating a batch macro that checks input from a reference file. If the flag is true for the particular file name only then its input tool should work in the macro.
I'm struggling to make this logic as i have to mention a combination of file name and flag.
Ref file structure
| File Name | Flag |
| Account | True |
| Customer | False |
| Product | True |
Please refer the attache images of macro and main workflow. I want to use 2 inputs in batach workflow, right now i have only 1. The control parameter (flag or threshold value to check if it is true or false. But along with this, I need the file name as well to control separate containers according to the file and flag combination
Could anyonone take a look at this please?
Thanks in advance
Nancy