Create a requested item [sc_req_item] on a Service Catalog Request [sc_request].

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

Output

Field Description Data Type
Error Message Message that displays if the action produces an error. String
Requested Item Document ID for the requested item. Document ID
Status The completion status of the action as a numeric value.
  • 0 (success)
  • 1 (error)
  • 2 (timeout)
Choice

Example

Example Submit Catalog Item Request action in a flow.

Design considerations

Follow these design considerations when creating flows that contain Submit a Catalog Item Request actions.

Escape quotation marks from string data pills with the String Replace transform function
Complex string variables are converted into JSON format when stored in the system. To prevent any JSON formatting errors, you can use a Replace String transform function to escape the quotation marks present in any string data pills you use for catalog variables. See String transform functions.
Use transform functions to validate data pills
Whenever you use a data pill to provide data for an action input, you can use a transform function to validate the data. See Transform functions for a list of available transform functions.