Repeating Components

   MaestroThe UI design product.  |    Form Builder  |  All versions This feature is related to all versions.

Journey Maestro provides the repeating components that allow you to add (repeat) multiple instances of a component to a form so that you can implement various business requirements, for example, to sum up a total of values stored in repeating components in a form. There are the following repeating components, which you can find on the Palette tab in the Repeats folder:

You can directly access and inspect the data model of a repeating component after you build and render a form. Type maestro.Form.data into the browser console to see the repeats that are an array with each child element in the array having the following 3 properties:

  • $r is the array
  • $i is the array index of a row
  • $p is the parent data scope

Next, learn about the repeat component.