Aug 23, 2021 08:33 AM
In Automation “Find Records”, only 100 records get found for the subsequent action. What are the work arounds for updating more than 100 records?
Solved! Go to Solution.
Aug 23, 2021 11:27 AM
The “find records” action is not designed for updating multiple records, and if the action returns multiple records, you cannot use an update record action to update them.
If you want an automation to update multiple records, your best bet is a script.
Aug 23, 2021 08:49 AM
For large updates, it’s probably easier to do them via a script. Scripts also provide greater flexibility when it comes to finding the records that you want to update. If you’d like help developing such a script, message me.
Aug 23, 2021 11:27 AM
The “find records” action is not designed for updating multiple records, and if the action returns multiple records, you cannot use an update record action to update them.
If you want an automation to update multiple records, your best bet is a script.