Multiple choice technology architecture

To loop through an embedded page in an activity, the directive to use is:

  1. (a) Loop

  2. (b) Get Next

  3. (c) For Each

  4. (d) For Next

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In PRPC activities, the For Each directive is specifically designed to iterate through embedded pages (page lists). Loop and Get Next are not valid PRPC directives, and For Next is not used for embedded page iteration.