Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Get Data of submitted RITM's Multi Row Variable Set

Hi All, I have a catalog with Muti Row variable set, I want the information stored in the multi row variable set of submitted RITM. I can extract this information using flow designer's get catalog variable action but I want to get this using PowerShe...

WaseemM by Giga Expert
  • 1115 Views
  • 5 replies
  • 2 helpfuls

Make Mandatory variable set variables based on variable choice

Hi All i have requirement based on variable choice want to make variable set  variables mandatory. I configure below on change script but not working please review below script and help me with correct solution    var variableNames = [        'cost_c...

kotab by Tera Contributor
  • 404 Views
  • 2 replies
  • 0 helpfuls

ServiceNow Integrate with MS Teams

Hi, How can I integrate Microsoft Teams with ServiceNow to automate notifications?And how can i push the approval notification into the teams directly.Thanks...

Devansh00 by Tera Contributor
  • 492 Views
  • 2 replies
  • 0 helpfuls

UI Builder Hide button based on role

Hi everyone Im trying to hide a button on the UI Builder based on a role, I have tried many things, the last one I trying was creating a "Data Ressource" "Check for user roles" and put the role there, and then on the button "Hide Component" I tried c...

UI Builder Event Handler Condition - Advanced > "Conditionally"

***I also have this in the Next Experience forum with no response so adding it here for more visibility*** Does anyone know what the "Event handler condition" should accept as a condition? There is no documentation I can find on this, all of the docs...

cagg_0-1677708592515.png
cagg by Tera Guru
  • 4138 Views
  • 8 replies
  • 4 helpfuls

Resolved! IRE CMDB

Hello team,I want ServiceNow Discovery to update existing CIs only. It should not insert any new CIs. How can we achieve this using the Identification and Reconciliation Engine (IRE)?thank you.

Mark Wood by Tera Contributor
  • 690 Views
  • 3 replies
  • 1 helpfuls

Resolved! Export Data from Background Script to Excel

Hi, I am currently using a script that stores all duplicate CI serial number in an array. Now my requirement is to export the data stored in the array to an excel file. Is there any way I can dump the data from the script to an excel file. Regards,De...