Generate a CRUD page from a table
appsmith_generate_crud_pageGenerate a full CRUD page in Appsmith from a datasource table, automatically building a table, a form, and wired-up queries in one step.
Instructions
Runs Appsmith's own page generator: builds a page with a table, a form and the wired-up queries from one datasource table. This is the supported way to create a complete, detailed screen — the layout comes from Appsmith rather than being assembled by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | Restrict the page to these columns. | |
| tableName | Yes | Table to build the page from. | |
| datasourceId | Yes | Datasource id, from appsmith_list_datasources. | |
| searchColumn | No | Column wired to the table's search box. | |
| applicationId | Yes | Application to add the page to. |