List
A basic list that you can easily link to a list of items. Plus, it can hold more than just text!
Components of the List
The List
is made up of a single repeating element called Item
, which includes a text
element. Feel free to drag and drop additional elements into this Item
, and they'll all be repeated automatically.
The Flexbox
that holds the Item
is initially linked to a default list of ["Apple", "Banana", "Orange"]
. You can easily modify this list using the formula editor or connect it to any other variable or collection you prefer.
Once you're inside the Item
, you can decide which part of the repeating item you want to bind to.