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

Passing data to a Sub Flow Input of Array.String type

So I have a Sub Flow with an input variable of type Array.String and it's named 'pcname'.  If I test the flow and just type a name in there it works fine.  However, when I use the Code Snippet and try to pass a string variable (converted to an array)...

StevenParker_0-1758914923152.png

Resolved! Import API - CSV - set the delimiter

Hi community,I'm actually facing an issue while trying to import a CSV file via Import Rest API.Indeed, the separator in my file is the semi column (";"), so when I import my file through Import REST API (sys_import.do), it doesn't recognize my separ...

Resolved! Error when attempting a JDBC connection using a Mid Server

Hello,I need to load data into ServiceNow from an internal database. I already have a Mid Server setup that has allowed us to modify accounts in our Active Directory through flows in Flow Designer. I've successfully been able to telnet to this databa...

mgaston by Tera Expert
  • 926 Views
  • 2 replies
  • 0 helpfuls

Resolved! Validation after Excel upload

Hi, I have requirement to populate data on MRVS via excel upload that is working. but validation part I need to do suppose i have fields x , y and in MRVS x has regex which accept 9 digits and y has regex 2 decimal places so same validation should ta...

Dipali_Pawar by Tera Contributor
  • 1761 Views
  • 21 replies
  • 1 helpfuls

Resolved! Cannot remove 'New' UI Action in Project Workspace

I've been unsuccessful in hiding this 'New' button on the home page of the Project Workspace. I've tried several steps I've read in community posts and tried to add an exclusion for the project table in the"Action Exclusions related list" to no avail...

JohannasS_0-1723238297511.png
JohannasS by Tera Expert
  • 3972 Views
  • 23 replies
  • 2 helpfuls

Add my requests to breadcrumbs on esc portal

Hello experts, I'm looking for best practice solution for adding my requests as first breadcrumbs when a customer is clicking on incident/request from my request on esc portal:  did someone implement this kind of request? Thanks, Tomer

tpeleg_0-1758799385360.png
tpeleg by Tera Expert
  • 517 Views
  • 7 replies
  • 2 helpfuls

Duplicate Key in VMI CI

Hello I am seeing a lot of duplicate entries in the Virtual Machine Interface table tags, specifically for the Last Backup key with multiple different dates.  I don't understand why this is happening.  The key is coming from Azure, I thought it would...

Catalog custom variable with macroponent

I'm looking to add a custom condition field to a record producer used in step based fulfillment. The producer is used in catalog builder when adding the custom fulfillment step. I have a working macroponent with a Body flex and then the OOB Condition...

aaronradford by Tera Contributor
  • 2024 Views
  • 3 replies
  • 1 helpfuls

Resolved! Lookup Select Box variable on Flow Designer

Hi everyone!I am finding myself into a situation where I have a table with simple fields {name | number | sys_id}.I created a catalog item that has a Lookup Select Box to get the values from that table. Moving forwards, I created a flow to handle the...