Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Send list of record numbers to flow execution

Hi All,We have an issue where a flow didnot get triggered for a flow though the trigger conditions met . This is happening to few records . Since there are no executions, unable to determine why the flow didnot trigger.trying to push the records via ...

CV1 by Tera Contributor
  • 542 Views
  • 1 replies
  • 1 helpfuls

Importing data into staging table from REST api

I am trying to load data into servicenow from external source and load into a temp table. From there I will be writing a transform map to update another table. Should this be set up as Import Api or inbound integration?

samadam by Mega Sage
  • 1513 Views
  • 1 replies
  • 1 helpfuls

Resolved! Flow is not triggering when field changes?

I have my flow set to trigger when a field on the sys_user table changes. That is the only trigger I have and when I test it, it works perfectly. However, when a user record actually is updated (the chosen field value changes), the flow does not get ...

astanley by Tera Contributor
  • 3855 Views
  • 8 replies
  • 3 helpfuls

Passing data from widget server script to html template

Hello community. I'm having a hard time following various different posts on getting my datetime returned to the html client page. In the Service Portal Widget Editor Page in designer mode, I can show the datetime. But on the html page of the service...

Austin27 by Tera Contributor
  • 3415 Views
  • 2 replies
  • 0 helpfuls

gs.eventQueue not kicking off Notification

My scheduled Job is kicking this off every 30 minutes.  I see the process logs in the event logs (no errors) but my notification is not kicking off.  It's getting quite frustrating:var br = new GlideRecord('x_g_dh5_brs_bed_space_request');br.addEncod...

kemmy1_0-1724692390572.png kemmy1_1-1724692408567.png kemmy1_2-1724692413532.png
kemmy1 by Tera Guru
  • 1896 Views
  • 8 replies
  • 0 helpfuls

Resolved! inbound email to include user information for incident creation

Im using the OOB create  incident inbound email and i want to know how to include the users location and other sections of the record to populate some of the incident form.  such as location: sys_users locationshort description: subjectdescription: e...

DevtoSME by Giga Guru
  • 1034 Views
  • 2 replies
  • 1 helpfuls

Resolved! Covert GB into MB using transform script

I have an excel sheet that has the ram in GB and I need it covered to MB on the computer cmdb_ci_computer table. The title on the excel is "DEVICE_MEMORY" and the values show as "10GB". I tried the script below but no luck, any advice?  (function run...

ChrisSN by Tera Contributor
  • 2066 Views
  • 6 replies
  • 1 helpfuls

Resolved! Business Rule is not working

Trying to cancel a change when the change task gets canceled, it is not working below is the codeBR on change_task table, order 10 triggers when the status is closed canceled var gr = new GlideRecord('change_request'); gr.addQuery('active',true); gr....

Shidhi by Tera Contributor
  • 1332 Views
  • 3 replies
  • 2 helpfuls