User Activity
02-10-2025
Hi developers!! I want my one of my flow on incident to trigger only when assigned_to changes to 'ServiceNow Automations'.Can someone tell me how to achieve this use case!!Thanks in advance.
01-31-2025
Hello Developer Team, I am trying to creating sc_req_ritm record through scripting but I am receiving error of responce_code 500. I can not use 'CARTAPI' for this due to some other issue. I have to use this method only.Plea...
01-12-2023
Hi Developer,I am running a GlideRecord Query written below:var myObj = new GlideRecord('sys_user_grmember');myObj.addQuery('group', '=', 'Database');myObj.query();gs.info("Returned record count = " + myObj.getRowCount());I want to know the number of...