Compatibility matrix
Last updated: June 9, 2026Searchable compatibility reference for converting Nintex Automation Cloud exports and Nintex for SharePoint workflows (.nwf/.wf) into Power Automate. Search by Nintex action, Power Automate target, connector, database type, CRM action, or status. Use Browse action decoder pages to open one-page explanations for each Nintex action mapping. “Supported” means Flow Migrator can emit the logic into the generated flow. “Partial” means conversion runs but needs review after import. “Planned” means mapping is not emitted yet. “Not available” means the target Power Automate connector does not offer an equivalent action today.
workflows/<GUID>/design.json) and Nintex for SharePoint workflows (.nwf/.wf) in cloud or on‑prem environments.Nintex action to Power Automate mapping
Search compatibility by Nintex action, Power Automate action, connector, database type, or migration status.
Triggers
Expand a connector group to view the current status for each trigger.
Google Drive4 items0400
| Trigger | Status | Notes |
|---|---|---|
| File created | Partial | Converted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers. |
| File moved to trash | Partial | Converted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers. |
| Folder created | Partial | Converted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers. |
| Folder moved to trash | Partial | Converted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers. |
Microsoft Excel1 items1000
| Trigger | Status | Notes |
|---|---|---|
| For a selected row | Supported | Uses the native Excel Online (Business) For a selected row trigger from the captured Excel template. Validate source, drive/library, file, table, and formatted-column schema after import. |
Microsoft Exchange Online1 items1000
| Trigger | Status | Notes |
|---|---|---|
| Received email | Supported | — |
OneDrive for Business2 items1100
| Trigger | Status | Notes |
|---|---|---|
| New file | Supported | — |
| New folder | Partial | May require manual selection after import. |
Other1 items1000
| Trigger | Status | Notes |
|---|---|---|
| Scheduled start | Supported | — |
Salesforce2 items2000
| Trigger | Status | Notes |
|---|---|---|
| When a record is created | Supported | Maps Nintex Automation Cloud Salesforce record-created and record-modified start events to the native Power Automate Salesforce polling triggers. Bind the Salesforce connection reference and validate the object/table selection during import. |
| When a record is modified | Supported | Maps Nintex Automation Cloud Salesforce record-created and record-modified start events to the native Power Automate Salesforce polling triggers. Bind the Salesforce connection reference and validate the object/table selection during import. |
SharePoint3 items3000
| Trigger | Status | Notes |
|---|---|---|
| New list item | Supported | — |
| New or updated list item | Supported | — |
| Updated list item | Supported | — |
SQL Server2 items0200
| Trigger | Status | Notes |
|---|---|---|
| When an item is created (V2) | Partial | Mapped to a native SQL Server V2 trigger template. Validate the SQL connection, gateway, table, and identity/rowversion requirements after import. |
| When an item is modified (V2) | Partial | Mapped to a native SQL Server V2 trigger template. Validate the SQL connection, gateway, table, and identity/rowversion requirements after import. |
Actions
Expand a connector group to view the current status for each action.
Approvals2 items2000
| Action | Status | Notes |
|---|---|---|
| Create an approval | Supported | — |
| Start and wait for an approval | Supported | — |
Azure Active Directory1 items1000
| Action | Status | Notes |
|---|---|---|
| Get user details | Supported | Maps Nintex Automation Cloud Azure Active Directory Get user details actions to Office 365 Users Get user profile (V2), preserving dynamic email/UPN lookups and the original output variable for downstream references. |
Cloudmersive PDF1 items1000
| Action | Status | Notes |
|---|---|---|
| Get text from PDF | Supported | Preserves Cloudmersive PDF Get text from PDF as an importable HTTP handoff. Replace placeholder Cloudmersive API key and validate PDF content, page ranges, and extracted text after import. |
Data Operations7 items7000
| Action | Status | Notes |
|---|---|---|
| Add item to collection | Supported | Maps to Append to array variable using the original target collection. |
| Clear collection | Supported | Maps to Set variable with an empty array for the original collection variable. |
| Count items in collection | Supported | Maps to length() over the detected collection and stores the count in the original variable when available. |
| Get item from collection | Supported | Maps Nintex collection Get operations to Power Automate array indexing plus variable assignment when an output variable is detected. |
| Join collection | Supported | Maps to join() using the original collection and delimiter, then stores the result in the original variable. |
| Remove duplicates from collection | Supported | Maps to union(collection, collection) and writes the deduplicated array back to the original collection variable. |
| Remove value from collection | Supported | Maps to Filter array plus Set variable to remove matching values. |
Database3 items0300
| Action | Status | Notes |
|---|---|---|
| Execute SQL query | Partial | Provider could not be confidently classified. Flow Migrator preserves the SQL query and output variables as a reviewable HTTP/API placeholder. |
| ODBC SQL query | Partial | Mapped as a reviewable HTTP/API database placeholder. Preserve the provider, connection constant, SQL query, and output variables; replace with the final IBM i/AS400, DB2, OLE DB/ODBC gateway, or custom connector implementation after import. |
| OLE DB / AS400 SQL query | Partial | Mapped as a reviewable HTTP/API database placeholder. Preserve the provider, connection constant, SQL query, and output variables; replace with the final IBM i/AS400, DB2, OLE DB/ODBC gateway, or custom connector implementation after import. |
Google Drive17 items10007
| Action | Status | Notes |
|---|---|---|
| Copy a file | Supported | — |
| Create a file | Supported | — |
| Create a folder | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Delete a file | Supported | — |
| Get drives | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Get file content | Supported | — |
| Get file content by path | Supported | — |
| Get file metadata | Supported | — |
| Get file metadata by path | Supported | — |
| List files in folder | Supported | — |
| List files in root folder | Supported | — |
| Move a file | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Rename a file | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Rename a folder | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Share file link | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Store a file | Not available | Power Automate's Google Drive connector does not offer an equivalent action. |
| Update a file | Supported | — |
HTTP2 items2000
| Action | Status | Notes |
|---|---|---|
| Call web service | Supported | Nintex on-prem Call web service actions map to Power Automate HTTP POST with URL, SOAP body, headers, basic auth, and response variable preservation where detected. |
| HTTP request | Supported | Emitted as the Power Automate HTTP action. Review the URI, headers, authentication, and premium licensing after import. |
Microsoft Excel9 items9000
| Action | Status | Notes |
|---|---|---|
| Add a row into a table | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Create table | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Create worksheet | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Delete a row | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Get a row | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Get tables | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Get worksheets | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| List rows present in a table | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
| Update a row | Supported | Maps to the native Excel Online (Business) connector action from the captured Excel action template. Bind the Excel connection and validate workbook location, drive/library, file, table, key column, dynamic columns, and paging after import. |
Microsoft Exchange Online6 items6000
| Action | Status | Notes |
|---|---|---|
| Create a calendar item | Supported | Maps Nintex Automation Cloud Microsoft Exchange Online Create a calendar item to Office 365 Outlook Create event (V4), including subject, start/end, time zone, attendees, location, reminder, and common event options where present. |
| Delete a calendar item | Supported | — |
| Get a calendar item | Supported | — |
| Get calendar items | Supported | — |
| Send email | Supported | — |
| Update a calendar item | Supported | — |
Microsoft Teams18 items11700
| Action | Status | Notes |
|---|---|---|
| Add a member to a channel | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Add a member to a team | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Add link to a channel tab | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
| Add owner to a team | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
| Archive a team | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
| Clone a team | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
| Create a channel | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Create a team | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Create online meeting | Supported | Preserves Nintex Microsoft Teams Create Online Meeting as an importable Microsoft Graph HTTP handoff. Replace placeholder authentication and validate Graph permissions, meeting schema, and returned joinUrl before production activation. |
| Get a team | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Get teams | Supported | Preserves Nintex Microsoft Teams Get teams as an importable Microsoft Graph HTTP handoff. Replace placeholder authentication and validate Graph Teams permissions before production activation. |
| List owners of a team | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
| List team members | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Post message in a chat or channel | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Remove a member from a channel | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Remove a member from a team | Supported | Maps to a native Microsoft Teams connector action from the captured Teams template. Bind the Teams connection and validate team IDs, channel IDs, users/membership IDs, message content, and Teams permissions after import. |
| Restore archived team | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
| Update a team | Partial | Listed in the Nintex Teams catalog, but no captured native Power Automate template action has been added yet. Treat as partial until a matching Teams connector template is captured. |
MySQL6 items6000
| Action | Status | Notes |
|---|---|---|
| Delete row | Supported | Mapped to the native MySQL connector. Bind the MySQL connection during import and validate database, table, primary key, and column mappings. |
| Get row | Supported | Mapped to the native MySQL connector. Bind the MySQL connection during import and validate database, table, primary key, and column mappings. |
| Get rows | Supported | Mapped to the native MySQL connector. Bind the MySQL connection during import and validate database, table, primary key, and column mappings. |
| Get tables | Supported | Mapped to the native MySQL connector. Bind the MySQL connection during import and validate database, table, primary key, and column mappings. |
| Insert row | Supported | Mapped to the native MySQL connector. Bind the MySQL connection during import and validate database, table, primary key, and column mappings. |
| Update row | Supported | Mapped to the native MySQL connector. Bind the MySQL connection during import and validate database, table, primary key, and column mappings. |
Nintex Automation Cloud1 items1000
| Action | Status | Notes |
|---|---|---|
| Get user in tenant | Supported | Preserves NAC User Management Get user in tenant as an importable HTTP/API handoff. Replace placeholder authentication and validate tenant region and user identifier mapping after import. |
Nintex DocGen for Salesforce1 items1000
| Action | Status | Notes |
|---|---|---|
| Run DocGen Package | Supported | Preserves Nintex DocGen for Salesforce Run DocGen Package as an importable HTTP handoff. Replace placeholder Salesforce/DocGen authentication and validate package IDs, delivery options, and returned file metadata after import. |
Nintex Workflow Cloud1 items1000
| Action | Status | Notes |
|---|---|---|
| Activate workflow | Supported | Preserves Nintex Workflow Cloud Activate workflow as an importable HTTP/API handoff. Replace placeholder authentication and validate workflow design ID, environment, and activation permissions after import. |
OneDrive for Business10 items10000
| Action | Status | Notes |
|---|---|---|
| Copy a file | Supported | — |
| Create a folder | Supported | Implemented via Create file folder-path workaround. |
| Delete a file | Supported | — |
| Delete a folder | Supported | — |
| Get a file | Supported | — |
| Get file metadata | Supported | — |
| Get folder contents | Supported | — |
| Move a file | Supported | — |
| Share file link | Supported | — |
| Store a file | Supported | — |
Oracle Database1 items0100
| Action | Status | Notes |
|---|---|---|
| Execute query | Partial | Oracle query support is detected and preserved for review. Validate the Oracle connection, query, and returned result shape after import. |
Salesforce7 items7000
| Action | Status | Notes |
|---|---|---|
| Add attachments to record | Supported | Maps Nintex Automation Cloud Salesforce add-attachments-to-record Xtension actions to a loop that creates Salesforce ContentVersion records linked to the target record through FirstPublishLocationId. Validate file content shape, Salesforce Files permissions, and file-size limits in UAT. |
| Associate file to record | Supported | Maps Nintex Automation Cloud Salesforce associate-file-to-record Xtension actions to Salesforce ContentDocumentLink creation using the detected ContentDocumentId and target record ID. Validate ShareType, Visibility, and record access in UAT. |
| Create record | Supported | Maps Nintex Automation Cloud Salesforce create-record Xtension actions to the native Power Automate Salesforce Create record action using the detected object API name and field payload. Validate required fields, record type IDs, field-level security, and blank/null semantics in UAT. |
| Get record | Supported | Maps Nintex Automation Cloud Salesforce retrieve-record Xtension actions to the native Power Automate Salesforce Get record action. Bind the Salesforce connection reference during import and validate object API names, record ID expressions, selected fields, and Salesforce field-level security. |
| Get records | Supported | Maps Nintex Automation Cloud Salesforce query-records Xtension actions to the native Power Automate Salesforce Get records action using detected object, selected fields, limits, and best-effort filter expressions. Validate filters and query semantics in UAT, especially for complex CRM rules. |
| Store file | Supported | Maps Nintex Automation Cloud Salesforce store-file Xtension actions to Salesforce ContentVersion creation, then reads the ContentDocumentId back into the original Nintex output object for downstream file-association steps. Validate file content shape, file-size limits, and Salesforce Files permissions in UAT. |
| Update record | Supported | Maps Nintex Automation Cloud Salesforce update-record Xtension actions to the native Power Automate Salesforce Update record (V3) action using the detected object API name, record ID expression, and field payload. Validate field API names, field-level security, and blank/null semantics in UAT. |
SharePoint Online40 items32170
| Action | Status | Notes |
|---|---|---|
| Add attachment | Supported | — |
| Check in file | Supported | Maps NAC SharePoint Check In Item to the native SharePoint Check in file action using detected site, library, item ID filter, comments, and check-in type. Validate library item IDs and major/minor check-in behavior after import. |
| Check out file | Supported | — |
| Copy file | Supported | — |
| Copy folder | Supported | — |
| Copy or move file (single action) | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Create file | Supported | — |
| Create item | Supported | — |
| Create item with content type | Partial | Mapped to SharePoint Create item with preserved list ID, content type ID, field mappings, and created item ID output. Validate the target SharePoint list/content type after import. |
| Create new document set | Supported | — |
| Create new folder | Supported | — |
| Create sharing link for a file or folder | Supported | — |
| Delete attachment | Supported | — |
| Delete file | Supported | — |
| Delete item | Supported | — |
| Discard check out | Supported | — |
| Get a file / Retrieve file | Supported | Supported for same-tenant file retrieval. If content moves between tenants, sites, or rebuilt libraries, validate the destination file path or item ID. |
| Get attachments | Supported | — |
| Get file content | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Get file properties | Supported | — |
| Get files (properties only) | Supported | — |
| Get folder metadata | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Get item | Supported | — |
| Get items | Supported | — |
| Grant access to an item or a folder | Supported | — |
| List folder | Supported | — |
| Move file | Supported | — |
| Move folder | Supported | — |
| Rename file | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Rename folder | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Resolve person | Supported | — |
| Send an HTTP request to SharePoint | Supported | Review method/URI/headers after import. |
| Set content approval status | Supported | — |
| Set document set approval status | Supported | Maps NAC SharePoint Set document set approval status to the native SharePoint Set content approval status action using detected site, document library, approval status, and item ID filter. Validate document-set library moderation settings after import. |
| Set item permissions | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Update file properties | Planned | Planned: requires deterministic parameter mapping before we can emit reliably. |
| Update item | Supported | — |
| Update items | Supported | NAC SharePoint Update items maps to SharePoint Update item when the workflow targets the current item by ID. |
| Update multiple items | Supported | Nintex for SharePoint Update multiple items maps to SharePoint Get items plus Apply to each + Update item using the migrated source filter and field mappings. |
| Wait for event in list item | Supported | Migrates to a Do until + Delay + Get item polling pattern. Validate conditions and timeout behavior after import. |
SQL Server7 items6010
| Action | Status | Notes |
|---|---|---|
| Delete row (V2) | Supported | Mapped to the native SQL Server V2 connector. Bind the SQL connection during import and validate server, database, table, row ID, and column mappings. |
| Execute stored procedure (V2) | Planned | Planned: SQL Server stored procedure export is not emitted yet. |
| Get row (V2) | Supported | Mapped to the native SQL Server V2 connector. Bind the SQL connection during import and validate server, database, table, row ID, and column mappings. |
| Get rows (V2) | Supported | Mapped to the native SQL Server V2 connector. Bind the SQL connection during import and validate server, database, table, row ID, and column mappings. |
| Get tables (V2) | Supported | Mapped to the native SQL Server V2 connector. Bind the SQL connection during import and validate server, database, table, row ID, and column mappings. |
| Insert row (V2) | Supported | Mapped to the native SQL Server V2 connector. Bind the SQL connection during import and validate server, database, table, row ID, and column mappings. |
| Update row (V2) | Supported | Mapped to the native SQL Server V2 connector. Bind the SQL connection during import and validate server, database, table, row ID, and column mappings. |
Workflow26 items20600
| Action | Status | Notes |
|---|---|---|
| Action set / Scope | Supported | Nintex on-prem Action set containers are preserved as Power Automate Scopes so grouped child actions remain together. |
| Apply to each (For each) | Supported | — |
| Assign a task | Supported | Maps title, assigned to, details, item link, and custom outcomes where detected; validate escalations and task-form behavior after import. |
| Branch by stage | Supported | Emitted as Switch/Scopes; verify stage logic after import. |
| Call a workflow / child workflow | Partial | Preserved as a reviewable placeholder today; create or wire the target child flow after import. |
| Change stage | Supported | Emitted as variable + Switch/Scopes; verify stage logic after import. |
| Commit pending changes (Nintex) | Supported | No direct equivalent; emitted as a no-op Compose for parity. |
| Compose / Expression | Supported | — |
| Condition (If / Else) | Supported | — |
| Delay / Wait | Supported | — |
| Do until (Loop until) | Supported | — |
| Initialize variable | Supported | — |
| Log to instance details | Supported | Emitted as Compose with the original Nintex log message and dynamic references preserved. |
| Parallel branches | Supported | — |
| Query user profile (Nintex) | Supported | Converted to Office 365 Users - Get user profile + Set variable. |
| Query XML (XPath) | Partial | Best-effort XPath extraction is emitted as a reviewable scope that sets target variables from the XML source; validate the extracted values after import. |
| Query XML (XSLT) | Partial | XSLT transforms are preserved with a review scope/placeholder today; refine the generated transform or HTML output after import. |
| Regular expression | Partial | Complex regex patterns may require manual adjustment after import. |
| Set instance name | Partial | Power Automate cannot rename a run natively; emitted as a Compose review/audit step with the original instance-name expression preserved. |
| Set variable | Supported | — |
| Start approval | Supported | Approval semantics may require review after import. |
| State machine (Nintex) | Supported | Emitted as a Switch/Scopes (best-effort); verify state behavior after import. |
| String building / templating | Partial | Complex templates may require manual edits. |
| Switch | Supported | — |
| Terminate | Supported | — |
| User defined action (Nintex UDA) | Supported | Inlined as a Scope (Option A). |
How to interpret the statuses
A quick guide to what each status means in practice.
- Supported: Generates an importable package when supported and emits logic directly into the flow definition.
- Partial: Conversion still runs and can still export, but you may need to adjust connector-specific settings or review placeholders after import.
- Planned: Not yet mapped in Flow Migrator, but intended for future support.
- Not available: Power Automate or the target connector does not offer an equivalent action today.

