Help

Re: Scripting Block Issue

1365 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Josh_Cyk
5 - Automation Enthusiast
5 - Automation Enthusiast

I’m currently running a script that creates a set of records. There are 67 records that need to get created. Usually it works. However, sometimes only a portion of the records are created. If I run the script a second time it works. Why does this happen and how do I resolve this?

10 Replies 10

Hi Kuovonne, I know this is an older post but - I'm not as familiar with scripting but had someone write us a script to apply an action to multiple records and we're hitting the batch limit because it's using updateRecordsAsync. Is there a way to use a different function in the script to avoid hitting a batch limit? Thanks!