---
sourceDocument: Australia Build workflows
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/build-workflows

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build workflows

ft:clusterId :

    - crworkflow

bundleId :

    - crworkflow

workflow :

    - Creator


---

# Convert items to subflow

# Convert items to subflow {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Convert consecutive items of a flow into a new subflow that preserves data pill references between the converted items. Update the original flow to replace the converted items with a call to the new subflow.

## Before you begin

* Role required: flow_designer or admin
* Read and write access to the source flow
{#convert-items-subflow__ul_j4w_fsx_ktb}

## About this task

Converting actions into a subflow preserves data pill references and transform
functions from the original flow. Workflow Studio creates the new
subflow in the same application scope as the original flow.

## Procedure

1. Navigate to AllProcess AutomationFlow Designer.
2. Open the flow you want edit.
3. Next to the ACTIONS header, select the Select multiple link.  
   Important:  
   The flow must contain at least two actions in order to display the Select multiple link.  
   Workflow Studio displays a checkbox next to each action.
4. Select one or more consecutive actions to convert.  
   Important:  
   You can't convert a Set Flow Variables flow logic available in one flow to a new subflow. Instead you must define and set flow variables in the subflow in which you want to use them.
5. From Operations menu, select the Convert to subflow icon (![Hovering over the Convert to subflow icon to display the tooltip]()).  
   Important:  
   You must have write access to the flow to convert items to a subflow. A read-only protected flow doesn't support converting items into a subflow.  
   Workflow Studio displays the Convert to subflow dialog box.
6. In the dialog box, enter the name of the subflow you want to create.  
7. Select OK.  
   The selected actions are removed and replaced by the Call a subflow flow logic block. Workflow Studio creates and publishes a subflow that contains the same actions, input values, references, and transform functions from the original flow.

## Result

Workflow Studio updates data pill references in the original flow to their new locations. References to actions within the new subflow include their new subflow name. References to actions within the original flow include their new sequence number.

## What to do next

Review the new subflow, and update the original flow to provide the input values needed for the subflow.

*[\>]: and then


