Hi partner,
In general, there are three ways to bulk update records.
1. Excel export and import
For updates without conditional judgment, such as directly updating the value of a certain field of all records to a new fixed value, I will choose to update through Excel export and import.
First open advanced find and search for the records to be updated, then edit the columns to to include only the columns you want to update. In the results, export to the static workshoot.
Edit the Excel file and go to Data Management > Imports to import it.
2. On-demand workflow.
Create a personal view that includes all records to be updated.
Then create an on-demand workflow to update fields value.
In the XrmToolBox, use Bulk Workflow Execution to run an on-demand for a biew.
3. flow
Flow can set the scope of update records internally, so that no matter where the flow is run, it can update specific batch records.
If you use the workflow, you must first select the record range, and then run the on-demand workflow on these records, but it is not necessary to select the record range to use flow.
I will choose instant flow, which means the flow will be trigger manually by myself .
Before updating records step, we will use 'List rows' step to search for the records, so that the scope of the update records is determined.