---
title: "Tagging Decisions Objects"
slug: "setting-tags-on-entity-from-a-flow"
description: "This document explains how to tag entities in Decisions such as documents, reports, forms, and flows, by using an Add Tag step in the Flow Designer. "
tags: ["Tag Entity"]
updated: 2025-06-24T16:38:18Z
published: 2025-06-24T16:38:18Z
---

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

# Tagging Decisions Objects

## Overview

This article example uses a Flow to add a [Tag](/v9/docs/tagging-overview) to the current user's Email Address in the Decisions environment. Since the Account data type properties are readily available as Flow Data by default, this setup can reference the **CurrentUserEmail**property.

---

## Adding a Tag to an Object in a Flow

1. From the**Flow Designer,** navigate to **INTEGRATION > INTERNAL SERVICES > TAGGINGSERVICE**in the **Toolbox**tab.
2. Attach an **AddTag**step to the **Start**and **End**step.
3. From the **AddTag** step's Properties tab, **Select From Flow**map **Flow****Data****.CurrentUserEma****il**to object ID. Set **O****bject Short Type** to **Null,****Constant**map "**String**" to **object Type,**and Constant map the desired value under the **tag**. Then, under **SECURITY CONTEXT**, set the desired **Context****Type**.  

  - The object ID determines which object the Tag will be applied to.
  - The object Type is a mapped determination of the object's Data Type.
  - The Context Type configures the environment in which the tag context is applied. By default, it is only applied to the current user; however, it may also be applied System-wide to a specific UserIDAndPassword combination or by a referenced Session ID.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h33_25.png)
4. **Save**the Flow, then close via **X**.
5. From the Flow Designer, select the Debug link, then click **START DEBUGGING.**  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h34_48.png)
6. After the Flow runs, navigate to the **Designer Folder******and search for the Tag to ensure that a **Tag List**has been made for the new Tag.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Screenshot%202024-04-05%20155035.png)

---

## Adding a Tag in a Designer

1. Select the**Info** tab in a **Designer**to reveal administrative details about the created Decisions object.
2. Use the dropdown list under the **Tag** section to select an existing Tag, or start typing the name of a new tag and press**"Enter"** on the keyboard.
3. If utilized, a confirmation prompt will appear; click **Yes**to verify the new Tag. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h37_41.png)

---

## Adding a Tag from the Action Menu

1. Right-click the object's name and navigate to **More** **> Manage Tags**.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Screenshot%202024-04-05%20135138.png)
2. From the **Manage Tags** window, a tag can be selected or created, as shown.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Screenshot%202024-04-05%20135338.png)
