Help

Re: “Find Records”, 100 record limit

Solved
Jump to Solution
1281 0
cancel
Showing results for 
Search instead for 
Did you mean: 
PeterB
5 - Automation Enthusiast
5 - Automation Enthusiast

In Automation “Find Records”, only 100 records get found for the subsequent action. What are the work arounds for updating more than 100 records?

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

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.

See Solution in Thread

2 Replies 2

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.

kuovonne
18 - Pluto
18 - Pluto

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.