Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Fetch table view ​

Use this action to fetch data from a backend Table View that you created on a Table. Views allow secure, parameterized filtering and sorting of rows.

If you’re new to Views, see Views →.

Configuration ​

Display KeyDescription
ViewThe target view defined on a table.
Parameters
Optional
Values passed to the view’s parameters (used in filters/sorts).

WHERE DO PARAMETERS COME FROM?

Parameters are defined on the view itself (Text, Number, Boolean). After you select a View, WeWeb shows a parameter helper with one input per parameter, so you can conveniently bind values.

Example flow ​

  1. In Data & API → → Tables, create a view with parameters (for example search, minPrice) and filters that use them.
  2. In an interface workflow, add Fetch table view, pick the view, and bind the parameter inputs from variables or form fields.
  3. Use the returned rows to display a list, populate a datagrid, or feed another action.

Result ​

After running, you can use the view’s data directly from the binding menu under Table Views (the view is available there once it exists). This makes it easy to bind the rows to your UI (for example, as the list for a repeating element), without relying on the action’s result.