Question
IBM
CN
Last activity: 23 Apr 2024 2:34 EDT
<APPEND> and <CURRENT> mismatch in a loop in activity
E.g.
In an activity loop, I do <APPEND> and <CURRENT> on same page list conditionally.
In first 3 loops, condition is true, so <APPEND> and <CURRENT> are run for the page list, now there are 3 pages there.
in 4rd loop, condition is false, both the steps calling xxx.pxResults(<APPEND>) and following <CURRENT> are skipped,
then in 5th loop, condition is true again, the <APPEND> add 4rd page into page list, BUT, <CURRENT> is referring to 5th page (does not exist at all).
Any idea for the reason and any solution?