Fix Script that is supposed to loop and update 3 records is only updating 1 record
Hey Everyone, I am trying to create a fix script that will update the category field from operational to strategic.I have built the below query and I build my filter on the demand table as the encoded query.var gr = new GlideRecord('dmn_demand');gr.a...
