---
title: "Login User Flow Behavior"
slug: "login-user-flow-behavior"
updated: 2025-06-17T17:35:09Z
published: 2025-06-17T17:35:09Z
---

> ## 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.

# Login User Flow Behavior

## Overview

The Login User Flow Behavior allows the user to incorporate a process that triggers in Decisions based on a **User Login** **Event**. A User Login Event can be set to run whenever a user logs in to the Portal, and adds functionality around the login process.

**User Login Flow Restrictions**User Login flows currently do not support UI elements or navigate actions, thus, they cannot show a user anything nor can they send the user to a specific part of the portal.The following example will walk through creating a Flow that's triggered when a user logs in to the Decisions Portal. The Flow will show a popup notifying the user about the Login event.

---

## Example

1. From a **Designer Project**, select the CREATE FLOW button from the top Action bar.
  1. Select **Flow**, provide a **Name**, and click CREATE.
2. From the **Flow****Designer**, navigate to the **Properties**tab on the right.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_13h27_34.png)
  1. Under SETTINGS**> Behavior Type**, select**Login User Flow**from the dropdown.
3. From the FAVORITE STEPS category of the **Toolbox**, attach a **Show Popup** step to the **Start**step, and the **End**step.
4. Select the Show Popup step to navigate to its Properties.
  1. Toggle the **Specify User** box and PICK the desired **Account**under **Notify****Account**.
  2. **Constant**map the Subject "A New Login Event Occurred."![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_13h28_45.png)
  3. Change the mapping for Message to **Merge****Plain****Text**, then click SHOW EDITOR.
  4. Define the Message in the **Merge Text Edito**r as "**Login User Info .AccoutEmailAddress** logged into Decisions." by selecting and adding the corresponding **Data**from the left. Then, click SAVE. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_13h30_00.png)
  5. **Save**the Flow, the close with **X**.

---

## Add Flow To Portal Settings

The following demonstrates how to apply the Login User Flow to the Login section of the Portal settings.

1. From the **Designer****Studio**, navigate to **System** > **Settings** > **Portal Settings**.
2. From the **Edit Portal Settings**window, scroll to a navigate to LOGIN.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_13h31_49.png)
3. Under **Login User Flow (Executed after User Login - No Forms)**, PICK the **User Login Form** from the previous example.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_13h32_54.png)
4. Click SAVE.
5. Open a Private browsing window and navigate to the Decisions environment; log in to a separate user account.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1619194518637.png)
6. Click back to the initial Decisions instance and view the popup that occurs after login. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/login%20user%20popup%20photoshop.png)
7.
