Hi all,
I'm facing issue in the batch macro designed. Basically, what this batch macro does is loading the input parameters (of a workflow) from an excel. For eg, the batch macro runs a workflow for different sites. At iteration 1, the batch macro runs the workflow for Site A. (Fetches the data from Site A, posts the data on Site A). At iteration 2, the batch macro runs the workflow for Site B.
The problem is if I run the batch macro for Site A and Site B then incorrect number of records get posted on Site A and Site B respectively. If on the other hand, by applying a filter, I fetch and post data to each site separately then it works fine.
Any suggestions?
TIA!