Hello,
I am confused what I'm doing wrong that would cause an error when converting a workflow to a batch macro.
I have a workflow that produces the expected results without errors:
I've converted the workflow to a batch macro. When I call the batch macro it can't find the field "member", however in the previous screen shot member is defined and there are no issues with the formula tool #33. What would be causing this error message?
Cheers
Solved! Go to Solution.
@joesparty as you’re passing the filepath to the control parameter, this will run a loop of the macro for each of your filepaths i.e. bringing in one at a time so it should work.
@DataNath is there a way to pass multiple filepaths to different control parameters?
What would be the purpose? You can have the stream going to as many control parameter/macros as you like. I thought the purpose was to run all suitable files through and append them together but maybe I’ve misunderstood.
@DataNath I appreciate your time and feedback, so I'll try to give a visual example of the issue.
I think this would be best done by another batch macro, where you pass a list of eligible filepaths to the filter via a control parameter and then within that they run through the other. That way, the macro will run an instance for each of the filepaths without you having to add extra filters or do a load of runs, changing the filter value each time.
Great, will give it a try!
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |