> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/servicenow-app/use-actions-and-flows/flows/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # Use flows in the ServiceNow application > How to use, create, and configure Itential Flows in the ServiceNow Flow Designer. The Itential ServiceNow Application includes Itential-built **Flows**. They define the data that is needed by the Itential **Actions** and are triggered by Itential Automations within ServiceNow processes. ## Prebuilt Flows Itential-built **Flows** contain predefined business logic on when they are expected to run and what ServiceNow processes they should integrate with. As such, the Flows provided by Itential should be considered as **examples**. Our expectation is that the example Flows built into the Itential ServiceNow Application can be used to help you create new Flows that include your business logic and define when you want to trigger Itential Automations in your process. The example Itential Flows also determine whether a MID Server has been defined for connectivity to Itential. If a MID Server has been provided, the Flow will use the Actions for using a MID Server. If a MID Server has not been provided, the Flow will utilize the Action without the MID Server. ## Flow Designer To use Itential Flows, login to the ServiceNow platform and navigate to Flow Designer. #### Open Flow Designer Click the **All** tab (top-left corner), search for **Flow Designer**, and then select the **Flow Designer** option in the results. #### View available Flows To see the example **Flows** that are available, select **Flows** and then use the **Search** field to locate the application name starting with "Itential." #### View available Subflows To see the **Subflows** that are available, click **Subflows** and then use the **Search** field to locate the application name starting with "Itential." Itential has created an example Subflow to handle the different ways to authenticate. This example is reusable across all Flows. ![](/_fern-img/126cb8ce16092e5ea388158e69b4de59244535c428f91da02ed890d5af53d4c8.webp)![](/_fern-img/28515e8fa865a366bf55e1eadaa672cc3ca6ae32a9fd292511ebf81ec85b09d5.webp) ### Create New Flow To create a new Flow that includes your business logic and can pull the necessary data from records within your process: #### Create a new Flow Click **New** in the Flow Designer and select **Flow**. #### Define Flow properties Define your Flow properties. A flow name is required. #### Submit Click **Submit**. ![](/_fern-img/34d31ca58c8b3dabcce509cb99a5d7ec26f074896cefe391252d595a07a7a972.webp) ### Add Triggers To define when your Flow will run, add a **trigger**. There are many ways to run a Flow within ServiceNow. The example depicted in Figure 3 shows a trigger that is set up to run when a Change Request Record is "Updated" and the State is "Implement", and the Short Description field starts with "Itential". ![](/_fern-img/aaa5dc7fc1532774c210e91c8d08cd9b97af8680a2f394e7e2511575e824a76c.webp) ### Add Flow Variables Itential Actions require certain input values from Flows. These are defined and set as **Flow Variables**. Flow Variables need to be added to the flow before you can set them. Click the menu icon (top-right) and select **Flow Variables**. Add your Flow Variables using the **"+"** button. Provide the label, name, and type. Click **Submit**. ![](/_fern-img/7232a533f688363603f6a7b6e88afafc37c5f696e5106f1a529e38704162a72d.webp)![](/_fern-img/34d67f267e54d0d5a2275717cc835325842ed66759ca6806e915c5841f7ab65d.webp) ### Set Flow Variables To set the added Flow Variables, go to the **Actions** section of the Trigger, click the **"+"** button, click **Flow Logic** and then select **Set Flow Variables**. Add the Flow Variables that you want to set. You can set some statically to values, and you can also set them to data from the Record that is running the Flow. Click **Done** to set the variables. ![](/_fern-img/e0bfc7adfabd79620270179dd06d68058039535496f01d5aee038082099c7ee1.webp)![](/_fern-img/dfd5b3eb0005ecbb89446a0ee8ad3b0b14a20c61623432bea3ad9d31c781cd6b.webp) In this new Flow, you also have the ability to add ServiceNow **Actions**, which are explained in this section → [Using Actions](/servicenow-app/use-actions-and-flows/actions/actions) > How to use, create, and configure Itential Flows in the ServiceNow Flow Designer.