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

email template

Hisome fields are mandatory those fields are not having value dynamically those fields should be in the email template. can we achieve this functionality?

Vedavalli by Kilo Sage
  • 541 Views
  • 8 replies
  • 0 helpfuls

ServiceNow Subflows and Actions

Scenario - I have a Flow Action which has a script step. The script is calling a subflow.  Challenge - The script has to wait until the subflow completes. Only when the subflow completes its execution, the script should proceed with the further steps...

mid server script files and third party integration

Hey community! Have a question about how other people might be processing commands being sent to a third party application. Currently, there is a record producer in my clients environment, which has a function that uploads a file to the mid server sc...

LePhucTanT by Giga Expert
  • 517 Views
  • 1 replies
  • 0 helpfuls

Resolved! RITM variable value not updating

I have created a custom flow action to update a variable value as shown here by @Maik Skoddow :Set Value of a Catalog Variable at Flow Designer - ServiceNow Community I have used it in the past successfully, however I've only used it as a true/false ...

Bidduam_1-1746489830439.png Bidduam_2-1746489937503.png
Bidduam by Tera Guru
  • 1802 Views
  • 9 replies
  • 2 helpfuls

Slash Command - failed with error dispatch_failed

Hi all, Iam trying to get the payload of slash command(/procurement) used in slack to servicenow log..But its showing error. as /procurement failed with the error "dispatch_failed"'Below is the scripted rest Api.(function process(/*RESTAPIRequest*/ r...

SAM321 by Tera Contributor
  • 3832 Views
  • 6 replies
  • 0 helpfuls

React Implementation?

 In React, you can create a similar effect by using state and CSS.JSX:React Implementation? is correct import React, { useState, useEffect } from 'react'; import './LoadingIndicator.css'; const LoadingIndicator = () => { const [dots, setDots] = useSt...