Question
4
Replies
4560
Views
Billennium
Posted: June 3, 2018
Last activity: June 26, 2018
Closed
Solved
How to perform multiple actions in a loop in Activity step
Hello All,
I got the page list with the help of obj-browse method. Now I want to iterate through each page and make change in one of the property.
The step on which I applied loop is used for Property-Set method. Now the issue is how I can save each object?
Please see the attached document for some more information.
Thank you.
Hi,
You can try creating sub steps in a loop to perform multiple operations.
https://community.pega.com/knowledgebase/articles/how-use-multistep-loops-and-nested-loops-activities-v55
click '+' icon below the loop step, it will create a new step. Drag the newly created step under the loop step, you can find it created as sub step.
Hope this helps.