Melissa
10/03/2024, 2:16 PMitemfulfillmentSearchObj.run().each(function(result, key){
...
}
I was hoping to set a sublist line value with key, but it logs empty. I often used getRange() on search results and then do my own loop if needed after I do anything I need to the data, but in this case because of the number of results I need to use the each() on the run() but it doesn't look like the key exists. Is that correct? Am I missing something obvious here? Thank you!erictgrubaugh
10/03/2024, 3:44 PMMelissa
10/03/2024, 6:32 PM