Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Resolved! Setting list field values in a client script

Hey all,   I am trying to set a list field via a client script currently by setting it equal to a comma separated list of sys_ids, however it doesn't seem to be working.    The client script is onSubmit and code is here:   function onSubmit() { ...

Community Alums by Community Alums  
  • 1786 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to query multiple tables via one GlideRecord

Hi All, I have a requirement where a custom field 'Row/Rack location' which extends from the 'cmdb_ci' table needs to be updated on 26 different classes. Currently a Transform map is configured on one target table - cmdb_ci_hardware where it updates ...

amitroy by Tera Contributor
  • 6003 Views
  • 8 replies
  • 1 helpfuls

Resolved! Flow Designer IF statement wrongly evaluating as True!

Hello, I am building a flow and is appears to me as if this if statement is wrongly evaluating as true. Here are two examples, one when comparing sys_ids and the other comparing strings, "Start" and "Stop."     In both cases, since the sys_ids matc...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 1675 Views
  • 4 replies
  • 1 helpfuls

Resolved! Clone Instance (Higher version to Lower version)

Hi Community, what happens when we clone a source instance which is in San Diego version to a target instance which is in Rome Version ? Will the target instance gets upgraded to San Diego version automatically ? and will it contain all the data of t...

Sai Pavan1 by Tera Contributor
  • 2090 Views
  • 1 replies
  • 4 helpfuls

Data load from Excel file to existing table

Hello I am trying to load data from excel file to existing staging table. What I am expecting is that the date would be loaded into the existing field.However, new field was added and the data was loaded to the added field. In the Excel file, header ...

Kohei4 by Giga Expert
  • 609 Views
  • 3 replies
  • 0 helpfuls

Change Model vs Change Type

Can anyone explain the difference between Change Model & Change Type? I have a requirement to define a 'Major' and a 'Minor' change with the only difference being the approval groups Thanks!