Dynamic programming

Hello All. I have 3 pulldata calculations which each "pull" a different name from the supporting sheet, like this:

  1. Calculate field: [pulling] Name 1
  2. Calculate field: [pulling] Name 2
  3. Calculate field: [pulling] Name 3

Then I have a repeat group. In the first repeat, I want the questions to ask about ${name1}; in the second repeat, ${name2}, and in the third, ${name3}. Is this possible?

I have done dynamic programming before, but only when the names were entered in a separate repeat group, never when the names were "pulled" separately using the pulldata calculation.