Course Exercise: Syncing a Salesforce Record to Monday.com
In this hands-on workshop exercise, you will build a complete end-to-end data synchronization pipeline.
Cross-platform alignment is a cornerstone of operational efficiency. In this lab, you will learn how to extract vital customer profiles from a CRM system (Salesforce) and seamlessly provision matching operational records inside a project management environment (Monday.com). This setup eliminates manual data duplication and keeps cross-functional teams completely aligned.
Step 1: Start a New Flow and Set a Manual Trigger
Begin by initializing a fresh canvas workspace with an on-demand trigger mechanism.
-
Open your main Noca dashboard and click Flow on the top navigation menu to access your canvas repository.
-
Click Create Flow to open up a blank workspace.
-
Select Manual from the initial step card options to serve as your on-demand execution trigger, then click Start.
-
Keep your workspace organized: click the title placeholder in the top-left corner and rename your project to
Monday Account Sync.
Step 2: Establish the Salesforce Read Node
Connect your CRM ecosystem to pull active data profiles directly onto your timeline.
-
Click the + icon next to your Manual Trigger block to add a new step.
-
In the node drawer, locate the integrations section, select Salesforce, and click Next.
-
On the right-hand properties panel, make sure your active authentication account is selected.
-
Configure your source parameters with the following rules:
-
Source:
Object -
Action Type:
Read(This allows Noca to fetch existing database strings) -
Object: Search for and select
Account
-
-
Click Insert Node to lock your Salesforce data extraction step onto the canvas.
Step 3: Connect and Configure Your Monday.com Node
Now, hook up your destination project management system to receive the incoming CRM fields.
-
Click the downstream + icon immediately following your Salesforce Read block.
-
Search the app catalog drawer for Monday.com, select it, and click Next.
-
In the properties dashboard on the right, define your target workspace variables:
-
Action Configuration: Set to
CreateanItem. -
Board Selector: Choose your primary workspace board (e.g.,
Contacts).
-
Step 4: Map Your Core and Optional Data Fields
With both systems on the canvas, use your Data Kit to cross-map matching field parameters.
-
Locate the Item Name text field required by Monday.com.
-
Slide open your left-hand Data Kit explorer drawer to see all the data fields exposed by your Salesforce node.
-
Drag the Salesforce
Account Namevariable bubble across the canvas space and drop it directly into Monday’s Item Name input slot. -
To add contact details, click the Add Fields button at the bottom of the Monday properties layout drawer.
-
Check the boxes to expose the optional Email and Phone Number data columns.
-
Return to your left-hand Data Kit, locate the matching Salesforce attributes, and drag the
EmailandPhonebubbles into their corresponding Monday configuration slots.
Step 5: Save and Test Your Integration Pipeline
-
Verify that your core text blocks and communication mapping values match perfectly.
-
Click Insert Node at the base of the properties drawer to finalize your canvas timeline configuration.
💡 The Result: Your automation pipeline is officially complete! When executed, Noca automatically queries your designated Salesforce Account, extracts the name, email, and phone fields, and instantly creates a matching item row over on your Monday board—completely on autopilot.
Key Takeaways
-
Platform Alignment: Chaining read nodes directly into creation blocks lets you sync independent ecosystems without needing third-party integration software.
-
Granular Field Mapping: The Data Kit side-drawer lets you drag and drop specific CRM fields directly into your project management boards, giving you complete control over your data structures.
Outstanding work completing this complete operational exercise! You are now fully prepared to map multi-app synchronization pipelines across the entire Noca Flow ecosystem. Keep up the brilliant momentum!