Connector data sources
v2.0.0 lets three elements draw on a governed external API connector instead of a database query:
| Element | What the connector supplies |
|---|---|
| Table | The rows the table renders |
| Form | The record the form reads, and the payload it writes on submit |
| Autocomplete | The dropdown’s options |
Same canvas, same elements — a different source of data.
A connector must exist and be published before it appears in the designer. Connectors are built and governed on the admin side — allowlist, credentials, definition, then execution enablement. If the picker says “No published connectors are available for this app”, the work is in the admin panel, not the designer. See Connectors and the Connectors setup guide.