description |
---|
Discover how to pass and bind the data with elements |
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.
{% @arcade/embed flowId="W1tBfHOyhfPBZvQ6y3GW" url="https://app.arcade.software/share/W1tBfHOyhfPBZvQ6y3GW" %}
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
andlast_name
– you want to concatenate: CONCAT(first_name``, last_name
) - Click on the
Use selected binding
for saving it
{% @arcade/embed flowId="A60qQRej2ZicsofcqrDI" url="https://app.arcade.software/share/A60qQRej2ZicsofcqrDI" %}