Enter the model to which you want to add a new field
Enter MODEL FIELDS AND MAPPING.
To add a new field to the model, click Add new field.
After clicking, a sidebar will appear on the right.
4. Complete the fields:
Name: Give a name to the new field.
Type: Select what type of data will be in the field: String/ Number/ Boolean/ Date/ Record
expand the list to find out what each field means
expand the list to find out what each field means
String: A sequence of characters, e.g. “Hello world”, “123 Main Street” or any sentence.
Number: Numeric values, such as 42, -100, 3.14 or -9.81.
Boolean: Boolean values, e.g. True or False, often used to represent “yes/no” options or “on/off” status.
Date: Represents a calendar date and sometimes time, often including year, month and day.
Record: A collection of data fields of potentially different types. A structure containing various information under named properties. E.g., a user record with the properties “name” (string), “age” (number) or “active” (logical value).
Mode: Nullable/Required/Array
description (expand list)
description (expand list)
Nullable (null allowed value): a nullable field means that the field can accept either valid data values or a special null value, which represents the absence of data. This means that a nullable field can be empty or contain null explicitly.
Required (required value): The required field, in turn, dictates that the field must always contain a valid data value. It cannot be left blank or set to null. This ensures that the necessary information is always present and complete in the dataset.
Array: An array type field represents a collection of multiple values of the same data type. It acts as a container for a sequence of elements, each of which corresponds to a specific data type. Arrays are often used to store lists, sequences or sets of related data.
Description:
Relation ?
Channels assigned to field: Select the channels to which you want to add the newly created field.
5. Click Save to save and add the field.