Databases & connectors

How Nintex Tables are handled during migration

Nintex Tables are still a data-store decision, but the converter no longer has to leave common table workflow actions as unsupported or review-only. Flow Migrator can preserve Query rows, Create row, and Update row actions as importable HTTP/API handoff scopes while the project team chooses the approved Nintex Tables API, custom connector, or replacement data store for production.

8 min readUpdated Jun 30, 2026Nintex Tablesdata migrationDataverse
Quick answer
In shortUnderstand the new importable Nintex Tables handoff pattern and why the data-store decision still matters before production.
Most likely causeFlow Migrator recognizes Nintex Automation Cloud table actions for querying rows, creating rows, and updating rows. Instead of dropping those actions or marking them as unsupported, the generated flow preserves the table ID, filters, sort/paging inputs, field payloads, row ID expressions, and original Nintex output variables in an importable HTTP/API handoff.
What to do nextConfirm the connector family first, then test the target connection before you rely on the exported flow.

What is now supported

Flow Migrator recognizes Nintex Automation Cloud table actions for querying rows, creating rows, and updating rows. Instead of dropping those actions or marking them as unsupported, the generated flow preserves the table ID, filters, sort/paging inputs, field payloads, row ID expressions, and original Nintex output variables in an importable HTTP/API handoff.

That handoff is intentionally explicit. It gives the migration team a working place to bind the customer-approved Nintex Tables API endpoint, replace it with a Power Automate custom connector, or redirect the operation to a replacement data store.

  • Query rows becomes a Nintex Tables HTTP/API handoff that preserves filters, selected columns, paging, and output shape.
  • Create row becomes a handoff that preserves table identity and field payload.
  • Update row becomes a handoff that preserves table identity, row ID, and field payload.
  • The generated steps remain importable, but placeholder tokens and endpoints must be replaced before production.

Why this is still a data-store decision

Nintex Tables are not just workflow actions. They are a source data store with rows, columns, ownership, security, and reporting implications. Power Automate can work with many data stores, but it does not provide a universal Nintex Tables replacement that preserves all semantics automatically.

Supported handoff means the workflow shape can be exported and reviewed in Power Automate. It does not mean the customer has chosen the long-term system of record.

Questions to ask before remediation

  1. How many Nintex Tables exist and which workflows use each table?
  2. Which workflows query, create, update, or delete table rows?
  3. How many rows and columns are in each table?
  4. Is the data configuration, operational business data, or temporary workflow state?
  5. Who owns the data and who should be able to edit it?
  6. Does the replacement need audit history, reporting, or relational structure?
  7. Will the first release use the generated HTTP/API handoff, a custom connector, or a migrated target such as SharePoint, Dataverse, or SQL?
For MSP engagements, treat Nintex Tables as a small data-remediation assessment before estimating the dependent workflow migration. The converter now preserves more of the workflow behavior, but the target data design still needs customer approval.

Related articles

Keep reading the next most relevant guides for this workflow pattern.