⚡ Power Automate
☁ Salesforce Flow
🔧 n8n
📁
Or drop a workflow file here to import
Supports: Power Automate JSON, Salesforce Flow XML, n8n JSON
Visual Workflow Builder
⚡ Power Automate
☁ Salesforce
🔧 n8n
⚡ Power Automate
// Build a workflow above to see the Power Automate translation
☁ Salesforce Flow
// Build a workflow above to see the Salesforce Flow translation
🔧 n8n Workflow
// Build a workflow above to see the n8n translation
1:1 Node Mapping Reference
Concept Power Automate Salesforce Flow n8n
Record Created Trigger When a record is created Record-Triggered Flow (CREATE) Webhook / Trigger Node
Record Updated Trigger When a record is modified Record-Triggered Flow (UPDATE) Webhook / Trigger Node
Send Email Send an email (V2) Email Alert Action Send Email Node
Create Record Create a new record Create Records Element CRM Create Node
Update Record Update a record Update Records Element CRM Update Node
HTTP Request HTTP Action External Service / Apex HTTP Request Node
Condition/Branch Condition Decision Element IF Node
Loop/Iterate Apply to each Loop Element Loop Over Items
Delay/Wait Delay Pause Element Wait Node
Parse JSON Parse JSON Apex Class Set Node