Link Search Menu Expand Document

Array - Multiple values Data Type

Properties of a specific Data Type usually store one value of this Data Type. There are cases, although that you need to store a list(array) of values of the same Data Type.

Examples

  • Kid names: In a Screen, you can have a property that has the Text Data Type and is an array, which is a Property of multiple Texts.
  • Pets of a User: In a User, you can have a property that has the Pet Data Type and is an array, which is a Property of multiple Pets.
  • Posts of a Category: In a Category, you can have a property that has the Post Data Type and is an array, which is a Property of multiple Posts.
  • Shops in a Screen: In a Screen, you can have a property that has the Shop Data Type and is an array, which is a Screen property of multiple Shops.

How to create

During the creation of a Property, you need to select between One value ** or **List in the second step.