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.

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

Forum Posts

Resolved! flow designer approvals

hi ,  i am generating approvals when i submit the catalog item from the portal using flow designer  but when i submit the catalog item it , its generating approvals on the request table as well which i dont need , 'how can i stop generating approvals...

Screenshot (135).png Screenshot (136).png Screenshot (137).png

Resolved! transform map action delete update create

Hi,I have a transform map to the core_company table, i modified my csv file to add a column i called action_type, i want to update, create or delete through the action defined. I created a script in the transform, but it doesn't work, can someone hel...

Resolved! Execute Flow when Comment is added to an Incident

How do I create a Flow in Flow Designer to run after a Comment is added to an Incident? It is easy enough to specify the trigger condition (Additional comments changes), but how do I access the comment itself, which is a journal field?

GLewis5 by Tera Guru
  • 1544 Views
  • 4 replies
  • 2 helpfuls

Resolved! Issue with the email script

Business rule - (function executeRule(current, previous /*null when async*/ ) { var fields = current.getFields(); for (var i = 0; i < fields.size(); i++) { var field = fields.get(i); if (field.changes()) { var nam...

PrithviRamesh1_0-1747250053070.png PrithviRamesh1_1-1747250084951.png PrithviRamesh1_2-1747250101881.png

enhancement request questions

Currently, in my organization there are very generic questions ask to generate an Enhancement request.What are some questions you guys ask on your ServiceNow portal to create and ENHC ticket?

giathiem by Mega Contributor
  • 764 Views
  • 3 replies
  • 0 helpfuls

Resolved! Call a workflow from Flow designer

I want to call a workflow from flow designer so that flow will wait for the event to be triggered. But I can't see 'call a workflow' action in my instance, I have to activate some plugin for it?