Databases & connectors

How Salesforce actions are converted

Flow Migrator now supports common Nintex Automation Cloud Salesforce trigger and action patterns. Record-created and record-modified starts map to Salesforce polling triggers, retrieve-record actions map to Salesforce Get record, and query-records actions map to Salesforce Get records with the detected object, fields, limits, and best-effort filters preserved for validation.

7 min readUpdated Jun 3, 2026SalesforceCRMpremium connector
Quick answer
In shortSee how Flow Migrator maps Nintex Automation Cloud Salesforce triggers, retrieve actions, and query actions to native Power Automate Salesforce triggers and actions.
Most likely causeFlow Migrator recognizes Nintex Automation Cloud Salesforce start events and Xtension actions for record-created starts, record-modified starts, retrieving one record, and querying records. These patterns are now treated as supported instead of generic Other or Unsupported items.
What to do nextConfirm the connector family first, then test the target connection before you rely on the exported flow.

Supported Salesforce trigger and action families

Flow Migrator recognizes Nintex Automation Cloud Salesforce start events and Xtension actions for record-created starts, record-modified starts, retrieving one record, and querying records. These patterns are now treated as supported instead of generic Other or Unsupported items.

The generated package uses the native Power Automate Salesforce connector so the customer can bind the Salesforce connection reference during import and validate the final object and field access in the target environment.

  • Salesforce record-created starts map to Salesforce - When a record is created.
  • Salesforce record-modified starts map to Salesforce - When a record is modified.
  • Nintex retrieve_record maps to Salesforce - Get record.
  • Nintex query_records_v_2 maps to Salesforce - Get records.
  • Detected object API names such as Contact, Account, User, and custom objects are preserved where available.
  • Detected selected fields, record ID expressions, query limits, and filters are carried forward on a best-effort basis.

What to validate after import

Salesforce actions are supported, but Salesforce security and metadata still matter. A converted flow can import correctly and still fail at runtime if the connection user cannot see the object, field, record, or relationship used by the original Nintex action.

Treat the first import as a UAT artifact. Confirm the Salesforce connection reference, object API names, field-level security, record IDs, filter syntax, and returned result shape before production use.

  1. Map or create the Salesforce connection reference during solution import.
  2. Open the generated Salesforce actions and verify the object type.
  3. Confirm selected fields exist and are readable by the connection user.
  4. Confirm record ID expressions and filter expressions resolve to real values during a test run.
  5. Review downstream steps that consume Salesforce outputs, especially email recipients, SharePoint updates, and document-generation inputs.

When a Salesforce action may still need review

Some Salesforce queries are more complex than a straightforward Get records action. Relationship fields, nested conditions, custom formula dependencies, large result sets, and customer-specific query conventions may require manual validation or a SOQL/custom-API fallback.

Flow Migrator should still preserve a clear review note when it cannot safely express a query as a native Get records action. That keeps the generated package honest instead of silently dropping CRM behavior.

  • Complex filters that cannot be represented cleanly as connector filter expressions.
  • Relationship queries or fields that require SOQL validation.
  • Queries that rely on customer-specific custom objects or managed-package fields.
  • Downstream logic that assumes a collection shape different from the Power Automate Salesforce connector output.

Licensing and connection notes

Salesforce is treated as a premium connector family in Flow Migrator guidance. Before a pilot, confirm the target Power Platform environment can use the Salesforce connector and that the Salesforce account has API access and permission to the objects used by the workflow.

For MSP or enterprise pilots, use a dedicated Salesforce connection reference in the Power Platform solution rather than hard-coding a developer's personal connection into a production import.

Related articles

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