Hello, I have a saverecord script that causes a record to freeze when the save button is clicked on the record? It stops working in a for loop. What can I do to figure out what is causing the script to freeze?
b
battk
09/01/2022, 9:23 PM
fair chance the answer is use the debugger
p
Phillip
09/01/2022, 9:25 PM
thanks
n
NickSuite
09/01/2022, 9:30 PM
use console.log in the for loop to see till how far it process before getting stuck. There is a probability that the iteration variable is getting reset. Happened with me.