Look up and update multiple records as a single action. Using this action removes the need to separately look up a list of records and then process the list with For Each flow logic. Set field values with a template or add and configure them using data pills.

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.

Fields

Example

Example Update Multiple Records action in a flow.

Outputs

Field Description Data Type
Count Number of records updated. If no records are updated, the count is 0. Integer
Error Message Message that displays if the action produces an error. String
Status The completion status of the action as a numeric value.
  • 0 (success)
  • 1 (error)
Choice