Resolved! Set table record
How to get custom table record from previous run script of workflow which we have insertedeg: insertion of record in custom table:var gr = new GlideRecord('u_c_table');gr.initialize();gr.u_requested_for = current.variables.user;gr.u_status = 'waiting...
