wiki/clients/current/papertube/2026-04-05-salesforce-round-robin-bypass.md Layer 2 article Client: Paper Tube Co 649 words Updated: 2026-04-05
↓ MD ↓ PDF
salesforce round-robin lead-assignment papertube list-upload troubleshooting flows csv-import escalation

Overview

Mark Hope and Karly Oykhman worked through a Salesforce CSV list upload for PaperTube, attempting to prevent the "Round Robin Lead Assignment" flow from firing and reassigning imported leads away from Karly. Two bypass methods were applied simultaneously; both failed. The 5 test leads were reassigned to another user, manually corrected, and the issue was flagged for re-testing and potential escalation to Demetri.

Attendees: Mark Hope, Karly Oykhman
Client: PaperTube
Date: 2026-04-05


The Problem

PaperTube's Salesforce org has a flow called "Round Robin Lead Assignment" that triggers automatically on new lead creation. When importing a list via the Data Import Wizard, this flow fires and reassigns leads away from the intended owner (Karly), defeating the purpose of the manual upload.

Flow Trigger Conditions (AND logic — both must be true to fire)

Condition Value
DEP_Exclude_from_Round_Robin_Assignments__c FALSE
Lead ID NULL (i.e., record is new)

Because both conditions must be met, setting the exclude field to TRUE should prevent the flow from firing. The Lead ID condition is always true for new imports, so the exclude field is the only lever available.


Bypass Methods Attempted

Two methods were applied together during the test upload:

Method 1 — CSV Field: DEP_Exclude_from_Round_Robin_Assignments__c

Method 2 — Import Wizard: Assignment Rule & Round-Robin Recipient

During the Data Import Wizard setup screen:
- Assign All Leads Using the Assignment Rule: set to None
- Round Robin Recipient: set to None

Both options were explicitly set to None in addition to the CSV field approach.


Test Results — Both Methods Failed

A test batch of 5 leads was uploaded with both bypass methods active.

Result: The Round Robin Lead Assignment flow still triggered. All 5 leads were reassigned to another user.

Karly manually reassigned all 5 leads back to herself. Because the batch was small, no lasting damage was done — this is a key reason to always test with a small batch before a full upload.


Other Setup Completed During This Session


Key Decisions


Action Items


Escalation Path

Escalate to: Demetri
Trigger: Round-robin bypass fails on re-test
Include in escalation:
- Flow name: Round Robin Lead Assignment
- Bypass methods already tried (both CSV field and import wizard None selections)
- Evidence: leads were reassigned despite DEP_Exclude_from_Round_Robin_Assignments__c = TRUE