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
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.
| 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.
Two methods were applied together during the test upload:
DEP_Exclude_from_Round_Robin_Assignments__cDEP_Exclude_from_Round_Robin_Assignments__cTRUE for all rowsDuring 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.
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.
"Asymmetric" as a new picklist value to the Lead Source field so that leads from Asymmetric-sourced lists are properly attributed.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