Flow help - Lead Update vs Lead assigning to Queue

amdSmartSights
Level 1

Flow help - Lead Update vs Lead assigning to Queue

I have a campaign flow with a Sync to SFDC step. I want new Leads assigned to the Queue and existing Leads to be updated. I need help with the proper steps or adjustments. My current flow reassigns existing Leads to the Queue. If I add 'If: SFDC Type is not Lead, then new leads will not be assigned to the Queue. Screen Shot 2024-10-16 at 4.49.18 PM.png

2 REPLIES 2
davidlopez
Level 1

Re: Flow help - Lead Update vs Lead assigning to Queue

To fix the issue in your Sync to SFDC flow:

  1. Step 1: Set the first condition to check if the SFDC Type is not "Lead." If true, assign those records to the Queue: Unassigned Leads as shown in your screenshot.
  2. Step 2: Add a second condition for existing leads. Check if SFDC Type is "Lead" and update them instead of assigning them to the queue.

This way, new leads go to the queue, and existing leads get updated without reassignment

reetusharmaGrz1
Level 1

Re: Flow help - Lead Update vs Lead assigning to Queue

Hi @amdSmartSights 

 

Please check below to fix the issue

Choice 1:
If SFDC Type is empty (New Lead) → Assign to Queue: Unassigned Leads.

Choice 2:
If SFDC Type is Lead → Sync to SFDC (do not assign to the Queue).

Default:
Assign using Auto-Assignment Rules (for Contacts and other non-Leads).

 

Thanks