We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Setting current date and time in a Flow

OK.  I know this should be real simple but not getting the code to work. I am setting a date field using a script instead of a data pill in one of the steps in a flow using the following code: var invite_dt = gs.nowDateTime(); return invite_dt; The s...

Resolved! How to clear the Error Message popup previously?? (It keeps stacking up when hit the error and the first error unable to clear)

Hi Guys, I have a OnSubmit Client Scripts as below, tried to add in "g_form.clearMessages();" in order to clear the precious error messages, but it still leaving the first error on top and unable to clear it. (If I remove the "g_form.clearMessages();...

org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative names present

While executing 3rd Party rest apis with basic auth I am getting the following error:Tried  setting the system property "com.glide.communications.httpclient.verify_hostname" to false. After setting this faced with the issue  "No Certificate issuer fo...

find_real_file.png

Resolved! Automate adding members to group

Hi guys, Using flow designer, how can I automate the fulfilling of a catalog task that adds users to different groups. The request contains a list collector of all the groups the user needs to be added. Below is the flow, I can't seem to select the g...

find_real_file.png
JLeong by Mega Sage
  • 10275 Views
  • 21 replies
  • 7 helpfuls

Should Record Watch work on any table?

I'm trying to setup some favorites functionality for a portal using the sp_log table to store the 'favorites' (rather than creating a custom table). This table works well for me because it has all of the attributes I would need anyways (the user, the...