Binding data
Discover how to pass and bind the data with elements
Last updated
Discover how to pass and bind the data with elements
Last updated
To pass and bind simple data with the elements, follow the steps:
Click on the Gallery
Click on the Property card
Click on the Change Data Binding
Pass the corresponding Data for each of the Custom Components.
Click Use Selected Binding
for saving.
To pass and bind data with the elements using Functions, follow the steps:
Click on the Gallery
Click on the Property card
Click on the Change Data Binding
Click on the Set up with Formula
button
Click to search for the formula â CONCAT
Choose the fields: first_name
and last_name
â you want to concatenate: CONCAT(first_name
, last_name
)
Click on the Use selected binding
for saving it