Appearance
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 Key | Description |
|---|---|
| View | The 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 ​
- In
Data & API → → Tables, create a view with parameters (for examplesearch,minPrice) and filters that use them. - In an interface workflow, add
Fetch table view, pick the view, and bind the parameter inputs from variables or form fields. - 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.

