Load & display data

You’ve successfully connected a data source and now you can start loading data from it to display it or send it to your API or database. To start working with data, first you need to create an action.

To create an action:

  1. Click Create Action in the Actions tab.

  1. Select the data source you need to load data from.

  2. Depending on the data source selected, specify the necessary parameters.

For example, select the necessary table or enter an API URL path. It will be added to the URL you’ve specified in the HTTP data source settings.

  1. Next, click Execute action. Your data will be displayed in the Result tab and errors (if any) will appear in the Logs.

Now you’re all set to display your data in a table. To do so, simply drag the Table component from the Components panel on the left and drop it to the working area. The action you created will be set in the Data property of the table.

The displayed table will be pre-configured – it will include all the columns as a result of the action you’ve executed. The column types will be also configured by default to reduce unnecessary work.

Last updated