---
title: "Manage exceptions in round robin"
slug: "manage-exceptions-in-round-robin"
description: "Manage your round-robin exception list with skip and redo features in Salesforce. Customize lead routing based on participant expertise and tags."
updated: 2026-04-23T20:34:15Z
published: 2026-04-23T20:34:15Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fullcast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage exceptions in round robin

Use the skip and redo feature to manage the exception list in the round-robin.

> [!NOTE]
> Note
> 
> Refer to the [Round robin functionality](/v1/docs/round-robin-functionality) for more information on how round-robin works with exceptions. Participants can be added or edited in the exception list either in the Motion policy page or using a flow in Salesforce environment.

- **Redo List:** A list of participants who are assigned to a lead before the round robin execution starts.
- **Skip List:** A list of participants who are skipped and not assigned to a lead.

## Flow builder setup for managing exceptions in round robin

![Round-Robin Setup](https://cdn.document360.io/369efcf7-66f9-4f6b-9d45-9ca24a5b06cf/Images/Documentation/file-qqyldxm3ld.png)

## **Apex class: Push round robin exception**

The below parameters need to be passed to the flow to manage the exception list.

| **Parameters** | **Value** | **Requirement** | **Default value** |
| --- | --- | --- | --- |
| recordId | One of the following: - Account ID - Lead ID - Opportunity ID - Case ID - Contact ID | Required | n/a |
| UserId or participant | One of the following: - User ID - Participant ID | n/a | n/a |
| Tag | - Tag value | Required if user ID is passed | n/a |
| Skill | - Skill value | Not required | (Required if you want to add a skill based participant.) |
| LIFO or FIFO | One of the following: - **LIFO:** If you want participant to add at end of exception list - **FIFO:**If you want participant to add at the first of exception list | Not required | FIFO |
| Skip or redo | One of the following: - **Skip:** Adds participant to skip list. - **Redo:** Adds participant to redo list. | Not required | skip |
| Tag operator | Default or wildcard | Not required | Default |

## Exceptions list

Use the exception list to customize how leads are routed. Direct specific leads to certain participants based on factors like their expertise or language skills and ensures the right leads reach the most suitable participants.

To set up the exceptions list:

- **Identify the routing queue:** Determine the specific queue you want to apply the exceptions to.
- **Add participants:** Add the participants who should receive special routing.

To define the exceptions, use:

- **UserId:** Directly specify the participant’s ID.
- **Tag:** Use tags to categorize leads (French-speaking, availability).
- **TagOperator:** Define how tags should be used for routing (AND to require multiple tags, OR to allow any of the listed tags).

## Manage exception list from the motion policy

Once you have provided the exception list, round robin will allot participants considering this exception list.

1. Under the round robin section, click **Manage Exceptions,**a screen with skip and redo tabs display.
2. Click **add (+)** to add the participant to the list on the corresponding tab.

![Adding Skip and Redo Participants](https://cdn.document360.io/369efcf7-66f9-4f6b-9d45-9ca24a5b06cf/Images/Documentation/file-gei9bf6nzf.png)
