Skip to content

Conversation

@himanshu7895
Copy link
Contributor

The Perform Bulk Update on Records Flow Action allows ServiceNow developers to perform mass updates on records in any table by specifying query conditions and update values. This action is useful for bulk operations such as closing multiple incidents, updating states on tasks, or modifying records in bulk efficiently from within a Flow.

Purpose
This action accepts a table name and a query condition (field and value), then updates a specified field with a new value on all matching records. It returns the total count of records updated. This provides a flexible, reusable way to automate bulk updates without writing multiple scripts or manual edits.

@github-actions
Copy link

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@Rampriya-S Rampriya-S self-assigned this Oct 18, 2025
@Rampriya-S
Copy link
Contributor

Hi, @himanshu7895, your flow action seems quite similar to the OOB “Update Multiple Records” action. Could you please enhance your use case or highlight what differentiates it?

@Rampriya-S Rampriya-S closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants