
Overview
Data binding connects component properties to dynamic values that resolve at render time. Instead of hardcoding text, images, or URLs, you bind them to variables from datasources, URL parameters, or other data sources configured in your workflow.Adding a Datasource
Before binding variables, you need to attach a data source to your content:1
Open the datasource configuration
Click Add a datasource in the editor or access it through the configuration panel when binding a variable.
2
Select the source type
Choose where your data comes from:
3
Select the specific datasource
For Datasource type, search and select from your available datasources.For Workflow type, choose the sub-type:
- Url parameter — A named URL parameter passed at render time.
- Live polling — Real-time click percentage data.
- Geolocation — User’s geographic coordinates.
- Weather — Weather data at the user’s location.
4
Configure and validate
Complete any additional configuration (e.g., parameter name, preview value) and click Validate.
Variable Picker
Once a datasource is attached, you can bind its fields to component properties using the Variables picker:- Click the variable picker icon next to any bindable field in the configuration panel.
- The variables panel shows all available fields grouped by datasource.
- Select a field to bind it.