Collect data from agents interacting with a Workspace playbook. Use this data to create reusable activities for process owners using Playbooks.

Roles and availability

Available as a Workflow Studio ServiceNow core action. Users with the flow_designer or admin role can add an action to a flow and define configuration details.

Inputs

Outputs

Output Type Description
Record Reference.Flow Data[sys_flow_data] Reference to the Flow Data record created from end user input in a playbook activity during runtime.

Example: Send Email with user input Activity

Send Email with user input Activity subflow where step 1 is a sample configuration of the Create Flow Data action.

Send Email with user input Activity is a subflow that gathers the information needed to create and send an email. This subflow provides data for the corresponding Playbooks activity. The subflow uses the Create Flow Data action to gather information from the person running the activity. This example configures the Create Flow Data action to use the Email Data Definition record, which includes variables for an email subject and body. The action is also configured to use the subflow inputs for Assigned To and Assignment Group to determine who can enter flow data.

The Send Email action is configured to use the body variable from the Create Flow Data action as the body of the email.

The subflow waits until the Create Flow Data record is in the Complete state before sending an email. The Send Email action is configured to use the body variable from the Create Flow Data action as the body of the email.