App Builder Query To Ui Binding
Retool · Retool
Retool evals — App Builder & Query-to-UI Binding (relift v3)
About Retool
Retool is an AI-powered platform helping teams automate complex workflows, surface insights, and deliver better outcomes through intelligent automation.
Sample tests· showing 3 of 7
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | App editor: Table component `ordersTable` must show rows from SQL query `getOrders` (Postgres resource `prod_pg`). Query already returns id, status, total. | Set table Data source to `{{ getOrders.data }}`; enable pagination from query; do not hardcode JSON in component. | Pass / FailWorkflowhigh |
| 02 | REST query `listInvoices` returns nested `items[]`. Chart expects flat `{month, amount}` series. | Add transformer on `listInvoices` to map items to month/amount; reference `{{ listInvoices.data }}` after transform in chart. | Pass / FailWorkflowmedium |
| 03 | Filter component `dateRange` should default to current UTC date for `searchOrders` parameter `startDate`. | Initialize `startDate` in app state with `{{ new Date().toISOString().slice(0,10) }}` or Retool date helper; bind filter to state. | Pass / FailWorkflowlow |
Rubric criteria
- Retool
- Code Assistant
- App Builder Query To Ui Binding
Recommended for
Works with
Related evals
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.