FlowRunner
PricingContact
Theme
Start Free

Zoho Creator

Web Platform

Connect AI agents to your Zoho Creator low-code apps. Agents add records through forms, read, update, and delete records through reports, filter with Creator criteria expressions, and discover an app's forms and reports to keep external systems in sync.

8 actions OAuth available
A new order lands from the storefront, or a batch of updated rows arrives from a spreadsheet sync
List Forms and List Reports resolve the link names the app actually uses, so the agent writes to the real schema instead of a guessed one
List Records runs a criteria expression against the target report to find whether a matching record already exists
Add Record creates the entry through the form, or Update Record modifies only the fields that changed
The agent re-reads the record with Get Record and compares stored values against the source system
Mismatches that survive the retry, a lookup ID that resolves to nothing, a date that will not parse, go to the app owner with both versions side by side
A run summary posts to the team channel: records added, records updated, exceptions waiting on a decision

What This Integration Enables

Teams build Zoho Creator apps because the spreadsheet stopped scaling: an order tracker, an asset register, an intake queue with real field types and views. The unsolved half of that story is feeding the app, because a low-code database is only as good as the data discipline around it. This connector makes the feeding an agent's job. FlowRunner agents add records through forms, read and filter through reports with Creator criteria expressions, update only the fields that changed, and discover an app's structure at run time so workflows survive schema edits. Creator's model has a sharp edge worth respecting: writes go through forms, reads and deletes go through reports, and everything is addressed by link name rather than display label. Agents handle that translation precisely, and FlowRunner's [human-in-the-loop](/concepts/human-in-the-loop) discipline holds the line on the one operation Creator cannot take back. - Push leads, orders, and submissions from other tools into Creator forms as typed records - Keep Creator in step with CRMs, spreadsheets, and storefronts through filtered reads and partial updates - Drive downstream flow steps from criteria expressions like (Status == "Open") && (Amount > 100) - Resolve app, form, and report link names automatically when configuring or adapting workflows

Without FlowRunner

The Creator app is an island The order tracker or asset register built in Creator is useful, but every record in it was typed by hand from another system
Sync by swivel chair Someone reconciles the Creator app against the storefront, the CRM, and a spreadsheet, and the app is only as current as their last pass
Schema knowledge in one head Only the person who built the app knows which form link names and field types the API expects

With FlowRunner

The app becomes a live endpoint Agents write orders, leads, and updates into forms the moment source systems change
Reconciliation as a running process Criteria-filtered reads compare Creator against external systems continuously, and only true conflicts reach a person
Schema discovered, not remembered List Applications, List Forms, and List Reports let workflows resolve link names at run time

Use Case Scenarios

Storefront orders land in the fulfillment app

A [Shopify](/integrations/shopify) order confirms. The agent maps the order to the Creator fulfillment app's field link names, dates as yyyy-MM-dd, the customer lookup as a record ID, and calls Add Record on the Orders form. List Records first checks the report for an existing entry with the same order number, so a webhook retry updates instead of duplicating. The fulfillment team opens the same Creator views they always have; the difference is that nobody typed the orders in.

The weekly spreadsheet sync that stops being weekly

Field updates arrive in [Google Sheets](/integrations/google-sheets) from a team that will not give up their spreadsheet. On a schedule, the agent pulls the changed rows, finds each matching Creator record with a criteria expression on the report, and calls Update Record with only the fields that differ. Rows that match nothing, or match two records, are not guessed at: they queue for the app owner. The Creator app stays current without anyone rekeying, and the spreadsheet holdouts never have to change.

The overdue queue that escalates itself

Every morning, List Records runs (Status == "Open") && (Due_Date < today) against the intake report. For each hit, the agent pulls full context with Get Record and posts a digest to [Slack](/integrations/slack): record, owner, days overdue. The operations lead replies with a decision on the stale ones, reassign, extend, or close, and the agent applies it with Update Record. The report that used to depend on someone remembering to check it now checks itself.

Human-in-Loop Highlight

Delete Record permanently removes a record through its report, and Creator has no trash to fish it out of: the API is explicit that the action cannot be undone. That matters most in cleanup and sync workflows, where the record an agent judges to be an orphan may be a lookup target other records in the app still point at. So FlowRunner agents never delete on their own verdict. A deprovisioning sweep gathers the candidates, pulls each one with Get Record, and presents the app owner the full stored values plus what referenced it. The owner names what goes. The agent handles the link names, the report addressing, and the API calls at machine speed; the unrecoverable click belongs to a person.

Agent processes routinely
Detects exception requiring judgment
Clear match Continues automatically
Ambiguous Routes to human via preferred channel
Human decides
Agent resumes with decision

Agent Capabilities

8 actions

Records

5
  • Add Record Adds a new record to a Zoho Creator form. Field values are supplied as an object keyed by each field's link name, with values matching their field type: dates as yyyy-MM-dd, lookups as record IDs, multi-select and checkbox fields as arrays. Returns the created record's ID and stored values.
  • List Records Retrieves records from a Creator report. Supports Creator criteria expressions for filtering, offset paging via the returned cursor, and up to 200 records per page. The lookup step behind matching, reconciliation, and escalation sweeps.
  • Get Record Retrieves a single record from a report by its record ID. Used to gather full context before an update, an escalation, or a delete decision.
  • Update Record Updates a single existing record addressed through a report. Only the fields provided are modified, which makes it the safe default for sync workflows that should not clobber untouched values.
  • Delete Record Permanently deletes a single record through a report. This action cannot be undone, and it is the operation this page's human gate exists for.

Metadata

3
  • List Applications Lists the Creator applications owned by or shared with the connected account, with link names and display names. Used to configure the App Link Name and to discover what an account can reach.
  • List Forms Lists the forms in the configured application with link names and display names. Forms are where records are created; feed a form's link name to Add Record.
  • List Reports Lists the reports in the configured application with link names and display names. Reports are how records are read and modified; feed a report's link name to List Records, Get Record, Update Record, and Delete Record.

Frequently Asked Questions

What can FlowRunner do with Zoho Creator?

FlowRunner agents can run Add Record, List Records, and Get Record in Zoho Creator, plus 5 more actions.

Does connecting Zoho Creator to FlowRunner require OAuth?

Yes. Zoho Creator connects to FlowRunner with OAuth 2.0, so agents authenticate without handling raw credentials.

Can Zoho Creator trigger a FlowRunner workflow automatically?

Zoho Creator doesn't currently expose triggers in FlowRunner. It connects as an action step inside workflows started by another trigger.

Start building with Zoho Creator

$100 in credits. No card required. Connect in minutes.