description |
---|
Load and Query your data collection/record to your page |
Load Data allows you to retrieve data (collection or record) from the data sources, workflow, or a page component (specify data). Pass variables/parameters, and filter your data. The data can be loaded into components on the current page: such as charts, tables, select, and multiple select components.
Load Data is ideal for scenarios where:
- Multiple components utilize a common data source for enhanced page efficiency
- A single component employs numerous collections for data visualization
- Click the
Actions
button in the top left menu - Click the
Add Query
button in the LOAD DATA section - Select
Get the list of records
to retrieve a set of records from a data resource - Rename your Page Query
- Select Load Data to retrieve the data from the data resources
- Select Data resource
- Select Collection
{% @arcade/embed flowId="0oq1fvHp4DuPMGCadoqO" url="https://app.arcade.software/share/0oq1fvHp4DuPMGCadoqO" %}
Load maximum records feature allows you to specify the maximum number of records to load on the page to preserve the page performance. The default maximum number is 20 by default. If you leave this option empty, the value will 20.
- Click on the
Load Data
section - Choose Specify Data
{% @arcade/embed flowId="fZbifEpDYQ1POPzJDnWD" url="https://app.arcade.software/share/fZbifEpDYQ1POPzJDnWD" %}
- Click on the
Load Data
section - Choose Specify Data
- Click to
Add a Workflow
- Click on the Run Operation
- Choose the Resource
- Choose the Operation
{% @arcade/embed flowId="45zZ3kHgWFLiVTKvg9PT" url="https://app.arcade.software/share/45zZ3kHgWFLiVTKvg9PT" %}
- In the Apply Filters section, click Add to implement filters statically or dynamically by using a value from other components.
- Choose the column you would like to filter and then decide on the kind of filter you want to use.
In this example, let's filter by ID. Follow the steps:
- Click on the
Add Filter
button - Choose ID equals
- Click on the
Formula
icon - Choose the component
- Choose the Selected Card
- Choose ID
{% @arcade/embed flowId="RR9fBsG56BWvEZC05Eqw" url="https://app.arcade.software/share/RR9fBsG56BWvEZC05Eqw" %}