User Activity

I am trying to write a Run Script for a Transform Map in ServiceNow. The requirement is as follows:If the source.u_number field contains a blank value (""), the target field (e.g., number) should remain unchanged.If the source.u_number has a valid va...
Hello everyone,I need help with creating a dynamic filter in ServiceNow. My requirement is to filter records where assigned_to fields are not the same as the currently logged-in user. I want this filter to exclude records where these fields match the...
Hello Community,I’m customizing the configuarble Workspace in ServiceNow and have encountered an issue with opening a specific Record Producer . My goal is to add a menu item in configuarble Workspace that opens the Record Producer in the classic UI,...
I have a catalog item in ServiceNow with an attachment field named image. I also have a target table with an attachment field named picture. How can I automatically copy any attachment added to the image field of the catalog item to the picture field...
I have created a flow in which I updated a record after 15 minutes using the 'wait for a duration of time' flow logic. But currently, I have fixed the time to 15 minutes. Now, I want to keep this time according to a system property. How can I use the...