Apply

How to Remove a Label from an Application

When a label has been incorrectly applied or the eligibility for a label changes, the label can be removed manually or by an automation. This article covers how to remove a label from an application.

This option is useful in select cases where a label has been incorrectly applied.

To remove a label from an individual application manually:

  1. Go to the Manage Applications page.
  2. Select an application.
  3. Select the Labels drop-down.
  4. Select the label(s) to remove from the application.
  5. Select Done.

To remove a label from multiple applications:

  1. Go to the Manage Applications page.
  2. Select all applications to apply the label to.
  3. Select the Labels drop-down.
  4. Select the labels(s) to removing from the application.
  5. Select Done.

Depending on your own use case you may wish to automatically remove a single label from an application. For example, if an application is able to have more than one label on the application however if two or more labels are mutually exclusive.

Example: the application has labels on it for the year however the application has the option of selecting the semester they are applying for within the form.

SourceEventTarget
Application TaskA Task has been Edited after CompletionApplication Form
Application FormWhat semester are you applying for?is exactlyWinter
Action sourceSource
ApplicationRemove a Label from the Application
Label:Fall
Action sourceSource
ApplicationAdd a Label to the Application
Label:Winter

You would then need to duplicate this automation so that you would have one to apply the Fall label. This setup will ensure that if the applicant changes their response the Fall label will be removed and the Winter label will be applied. We also use this, instead of the Remove all labels from application action to ensure that any additional labels, such as the year, are not removed.

You can use automations to remove all labels previously applied to an application. To do so, the DO statement section of your automation should include the Remove all labels from application statement. This will remove all active labels from the application and cannot be limited to remove specific labels. A common use case for this action is when an application form can be edited by the application and labels are applied based on response collected in the form. An automation can help ensure the correct labels are removed/added to the application in the case where an applicant changes their response.

SourceEventTarget
Application TaskA Task has been Edited after CompletionApplication Form

Not required for this scenario.

Action sourceSource
ApplicationRemove All Labels from the Application
Action sourceSource
ApplicationAdd a Label to the Application
Label:New label to be applied