Hi All,
I am facing issue in the For each.
There are many pages available in the process. For example, when I read the final page number it will be 14. So I am passing final page number as a variable to For Each. Please note that, per page 10 items available.
Now issue is, as per process when we process 1 item from the current page then it will not reduce to 9. But it will add another item from next page. If 5 items process from 1st page then another 5 items added from the next page. Like that each page is facing the issue… So when we process many items then final page will be reduced from 14 to 9 or any page(based on the Reconciled transactions)…
Because initially in the For Each I have given value as 14 but when we start the process transactions are reconciled so it will reduce final page as 9 or any page (based on the transactions reconciled) … So how can we resolve this issue…
I am using 2 For Each. One is Count the final page number and another one is process each transaction, here also facing the issue. because if count is reached to 10 then it will move to next page. But in the current page transactions are available to process. here also facing the issue.
So request that someone give me a solution on these two issues.
