Repeated Data Mapping – Example I

In this example we will list all the provided array's records via a repeated Text component.

  • Open 01_RepeatedData1.wfd.

  • Access Layout Stacked 1's Subcomponents tab and set its Text 1 child to be repeated.

  • Select the only available Months array and rename Item Name to a more descriptive name, e.g., MonthsItem.

  • Double-click on the Text component's design, remove the default text, and insert the MonthFull variable from the MonthsItem subtree.

  • Proof the solution. You should see the names of all the months.

  • See 01_RepeatedData1_DONE.wfd for the solution.