Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

binding-data.md

File metadata and controls

28 lines (20 loc) · 1.02 KB
description
Discover how to pass and bind the data with elements

Binding data

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.

{% @arcade/embed flowId="W1tBfHOyhfPBZvQ6y3GW" url="https://app.arcade.software/share/W1tBfHOyhfPBZvQ6y3GW" %}

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 formulaCONCAT
  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

{% @arcade/embed flowId="A60qQRej2ZicsofcqrDI" url="https://app.arcade.software/share/A60qQRej2ZicsofcqrDI" %}