Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Resolved! do while loop is not working in flow designe

Hello Guys, I have used the below code in the flow designer for the print logs. but it is running only for the one times in flow designer.  var loop count=0;var i= 0;do {loop_count=loop_count+1;console.log(num);i++;}while (i < 5); output: 1,2,3,4,5 h...

jay97_1-1669342656834.png jay97_2-1669342721855.png

Resolved! Flow Designer not recognizing Date in Condition

I am trying to select a condition to look for date changes not done in last 90 days.the variable referenced is "Last patch date" which should be a Date/Time variable.When I try to setup a condition for that table it looks at it as a "String"? and doe...

Allen12_0-1668179035267.png Allen12_1-1668179129575.png Allen12_2-1668179205546.png
Allen12 by Tera Guru
  • 1337 Views
  • 2 replies
  • 1 helpfuls