Compatibility

Compatibility matrix

Last updated: April 3, 2026

Current support for converting Nintex Automation Cloud exports and Nintex for SharePoint workflows (.nwf/.wf) into Power Automate. “Supported” means we can emit the logic into the generated flow (and generate an importable package when supported). Some supported items are best-effort and still deserve post-import review, especially tasks, HTTP, document generation, and database-backed actions. “Partial” means conversion runs but needs manual adjustment or a target-side replacement. “Planned” means Flow Migrator has not mapped the item yet. “Not available” means the target Power Automate connector does not offer an equivalent action today. Need the full migration overview first? See how to convert Nintex workflows to Power Automate.

Triggers
6 Supported5 Partial0 Planned0 Not available
Grouped by connector for a cleaner scan.
Actions
105 Supported4 Partial7 Planned7 Not available
Expand only the connectors you care about.
Legend
SupportedPartialPlannedNot available
Status is shown per item with notes where relevant.
Export support
Power Automate ZIP generation is supported for both Nintex Automation Cloud exports (ZIP containing workflows/<GUID>/design.json) and Nintex for SharePoint workflows (.nwf/.wf) in cloud or on‑prem environments.
Focused guidance for list, library, item, file, and SharePoint-heavy migration patterns.
Planning guidance for routing, reminders, waits, branches, and decision-heavy migrations.
Connector-specific guidance for notification-heavy and Exchange-oriented workflow logic.
Use-case guidance for collaboration workflows that touch Teams, channels, and cross-surface actions.

Triggers

Expand a connector group to view the current status for each trigger.

Google Drive
4 items
0400
TriggerStatusNotes
File createdPartialConverted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers.
File moved to trashPartialConverted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers.
Folder createdPartialConverted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers.
Folder moved to trashPartialConverted using polling template (Recurrence + List files). Power Automate has no native Google Drive triggers.
Microsoft Exchange Online
1 items
1000
TriggerStatusNotes
Received emailSupported
OneDrive for Business
2 items
1100
TriggerStatusNotes
New fileSupported
New folderPartialMay require manual selection after import.
Other
1 items
1000
TriggerStatusNotes
Scheduled startSupported
SharePoint
3 items
3000
TriggerStatusNotes
New list itemSupported
New or updated list itemSupported
Updated list itemSupported

Actions

Expand a connector group to view the current status for each action.

Approvals
2 items
2000
ActionStatusNotes
Create an approvalSupported
Start and wait for an approvalSupported
DB2
7 items
6100
ActionStatusNotes
Complex joined / aggregate / vendor-specific queriesPartialComplex FRN and IBM i query patterns may still require manual conversion.
Delete rowSupportedSimple table and CRUD patterns only.
Get rowSupportedSimple table and CRUD patterns only.
Get rowsSupportedSimple table and CRUD patterns only.
Get tablesSupportedSimple table and CRUD patterns only.
Insert rowSupportedSimple table and CRUD patterns only.
Update rowSupportedSimple table and CRUD patterns only.
Google Drive
17 items
10007
ActionStatusNotes
Copy a fileSupported
Create a fileSupported
Create a folderNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Delete a fileSupported
Get drivesNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Get file contentSupported
Get file content by pathSupported
Get file metadataSupported
Get file metadata by pathSupported
List files in folderSupported
List files in root folderSupported
Move a fileNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Rename a fileNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Rename a folderNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Share file linkNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Store a fileNot availablePower Automate's Google Drive connector does not offer an equivalent action.
Update a fileSupported
Microsoft Exchange Online
6 items
6000
ActionStatusNotes
Create a calendar itemSupported
Delete a calendar itemSupported
Get a calendar itemSupported
Get calendar itemsSupported
Send emailSupported
Update a calendar itemSupported
Microsoft Teams
14 items
14000
ActionStatusNotes
Add link to a channel tabSupported
Add member to a teamSupported
Add owner to a teamSupported
Archive a teamSupported
Clone a teamSupported
Create a channelSupported
Create a teamSupported
Get teamsSupported
List members of a teamSupported
List owners of a teamSupported
Post to a channelSupported
Remove member from a teamSupported
Restore archived teamSupported
Update a teamSupported
OneDrive for Business
10 items
10000
ActionStatusNotes
Copy a fileSupported
Create a folderSupportedImplemented via Create file folder-path workaround.
Delete a fileSupported
Delete a folderSupported
Get a fileSupported
Get file metadataSupported
Get folder contentsSupported
Move a fileSupported
Share file linkSupported
Store a fileSupported
SharePoint Online
35 items
28070
ActionStatusNotes
Add attachmentSupported
Check in fileSupported
Check out fileSupported
Copy fileSupported
Copy folderSupported
Copy or move file (single action)PlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Create document from content type / template-backed createSupportedBest effort; review generated document metadata after import.
Create fileSupported
Create itemSupported
Create new document setSupported
Create new folderSupported
Create sharing link for a file or folderSupported
Delete attachmentSupported
Delete fileSupported
Delete itemSupported
Discard check outSupported
Get attachmentsSupported
Get file contentPlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Get file propertiesSupported
Get files (properties only)Supported
Get folder metadataPlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Get itemSupported
Get itemsSupported
Grant access to an item or a folderSupported
List folderSupported
Move fileSupported
Move folderSupported
Rename filePlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Rename folderPlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Resolve personSupported
Send an HTTP request to SharePointSupportedReview method/URI/headers after import.
Set content approval statusSupported
Set item permissionsPlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Update file propertiesPlannedPlanned: requires deterministic parameter mapping before we can emit reliably.
Update itemSupported
Word Online (Business)
2 items
2000
ActionStatusNotes
Convert Word document to PDFSupportedReview output file path and connector references after import.
Populate a Microsoft Word templateSupportedBest effort; assumes template fields align cleanly after import.
Workflow
30 items
27300
ActionStatusNotes
Apply to each (For each)Supported
Approval outcome branchesSupportedCovers Approved, Rejected, and Returned outcome branching.
Assign a taskSupportedApproval semantics may require review after import.
Branch by stageSupportedEmitted as Switch/Scopes; verify stage logic after import.
Call a workflow / child workflowPartialRequires a child flow or manual wiring depending on tenant strategy.
Change stageSupportedEmitted as variable + Switch/Scopes; verify stage logic after import.
Collection operationSupportedMapped to array and collection handling such as append and build-list patterns.
Commit pending changes (Nintex)SupportedNo direct equivalent; emitted as a no-op Compose for parity.
Compose / ExpressionSupported
Condition (If / Else)Supported
Delay / WaitSupported
Do until (Loop until)Supported
Filter / Run ifSupportedConverted to condition and branch logic.
Flexi task / multi-outcome approvalSupportedBest-effort conversion to Approval plus outcome branches; review task semantics after import.
Initialize variableSupported
Log to instance detailsSupportedEmitted as Compose (logging placeholder).
Math / numeric conversionSupportedCovers increment, multiply, add-zero coercion, and parse-to-number style actions.
Parallel branchesSupported
Parse / type conversionSupportedBest effort for common numeric and string coercion patterns.
Query user profile (Nintex)SupportedConverted to Office 365 Users - Get user profile + Set variable.
Regular expressionPartialComplex regex patterns may require manual adjustment after import.
Set variableSupported
Start approvalSupportedApproval semantics may require review after import.
State machine (Nintex)SupportedEmitted as a Switch/Scopes (best-effort); verify state behavior after import.
String building / templatingPartialComplex templates may require manual edits.
SwitchSupported
TerminateSupported
To-do task / Assign to-do taskSupportedBest-effort conversion to Start and wait for an approval; custom Nintex task forms and content types may require follow-up after import.
User defined action (Nintex UDA)SupportedInlined as a Scope (Option A).
Web request / HTTPSupportedMapped to Power Automate HTTP; premium connector and auth settings may require review after import.

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. Some supported items are best-effort and still deserve connector or semantic review after import.
  • Partial: Conversion runs, but you may need to adjust connector-specific settings, rewrite a query, or choose a different target-side replacement 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.
Have an unsupported workflow?
Send us the export + the coverage report output. Real workflows help us expand compatibility fastest.
Compatibility | Flow Migrator