Hi,
I'm troubleshooting my iterative macro. When I run the macro that has 0 iteration, the final output has 1000 records.
However, when I run the macro from another workflow, there is only one record coming from final output.
I referred to this article to troubleshoot. The field name/type of input and output are the same.
Does anyone have any idea why results are different using macro workflow vs using another workflow by inserting the macro?
Sincerely,
knozawa
Solved! Go to Solution.
Throw on a browse tool!
By any chance have you got the mode set to 'auto configure by name' in the interface designer settings for the macro?
Ben
Thank you. I added the browse tool after the iterative macro Final output and I could see 1000 records. The iteration worked fine only when the input record number was 1000, but not more than 1000.
When I chose the sample record number to more than 1000, I got those errors:
This is very strange to me because the input file was the same, but just the number of input records were different (by using the sample tool) and got those errors.
This is the configuration for Iterative macro:
Sincerely,
knozawa
Iterative macro contained sample tool, so I could only get up to 1000 records.
Hi everyone,
I am having a similar issue. I am running a batch macro on 7 files. The macro itself seems to work fine (it has about 70 rows before the output tool), but when using the macro in my main workflow, it's outputting only 1 row.