Hi,
I have an iterative macro that makes an API call. It will have a query string like this: "...?pageNumber=1".
Depending on "pageCount", I will iterate that macro making the same API call request for data, but each time I call it in the iterative macro the pageNumber value will increment.
Can the Union tool preserve iterations of data delivered for each iteration of the macro?
When each pageNumber of data has been delivered, the macro exits into the main workflow where processing begins.
I'm getting only the data from pageNumber=1, but not any subsequent pages. I should get 2 because of pageCount. The macro does iterate the pageNumber but I'm beginning to think the Union tool does not preserve the data from the previous iteration.
I would appreciate assistance on how I should properly go about this.
Chris