User Activity

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. 
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...
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...