:thinking_face: Hard to see what's going on. The ...
# suitescript
j
🤔 Hard to see what's going on. The only thing that sticks out to me is
Copy code
do {
	results = osearch.run().getRange({
looks like it runs the search each iteration, rather than just running the search once I think the best bet is to require the top-level function into the script debugger and step through it