Binding data

Discover how to pass and bind the data with elements

To pass and bind simple data with the elements, follow the steps:

  1. Click on the Gallery

  2. Click on the Property card

  3. Click on the Change Data Binding

  4. Pass the corresponding Data for each of the Custom Components.

  5. Click Use Selected Binding for saving.

To pass and bind data with the elements using Functions, follow the steps:

  1. Click on the Gallery

  2. Click on the Property card

  3. Click on the Change Data Binding

  4. Click on the Set up with Formula button

  5. Click to search for the formula CONCAT

  6. Choose the fields: first_name and last_name – you want to concatenate: CONCAT(first_name, last_name)

  7. Click on the Use selected binding for saving it

Last updated