Decrement for loop in activity
Hi,
I am required to get values in page list on clipboard from a page list to other page list on clipboard.
and I am confused to use "For each element in a value group" and symbolic index such as <append> or so..
The situation is below. I need to put values from "FromList(1)" and "FromList(2)" to "ToList(1)" and "ToList(2)".
pyWorkPage
---FromList
----FromList(1)
----FromList(2)
----FromList(3)
---ToList
----ToList(1)
----ToList(2)
Activity I created is not working in the above situation.. I attach it. May I have advice?