Question
1
Replies
1633
Views
Posted: September 24, 2018
Last activity: September 24, 2018
Closed
List of Operators
Hello
How in Activity in Loop go through all the records of existing operators?
Data-Admin-Operator-ID as StepPage does not work, it gives an error: Invalid expression or reference: When used with a For each block, the Step Page
I use "For Each Embedded Page"
Which method or StepPage i should use?
Hi,
You can do obj-browse on Data-Admin-operator-ID you can defile steppage as below.
ExistingOperators - code-pega-list
ExistingOperators.pxResults - Data-Admin-Operator-ID
do the the loop on ExistingOperators.pxResults using foreachembedpage option.