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

Forum Posts

Using BREAK in For each in Flow Designer

Hello Experts, Just a generic question. Can we use break in "for each item in" in Flow Designer ? Because I can see that even if the particular record is found in a certain iteration, it is still moving into the next iteration till the last one.  But...

Satanik1 by Giga Guru
  • 3253 Views
  • 5 replies
  • 3 helpfuls

Consolidate multiple email notification in a single email

Hi, We have a custom application. When a task/record is overdue then it will trigger a notification to user. Let's say if the user has 20 task/record overdue then it will send 20 notification to a user in a day.  Requirement is let's say user has 20 ...

imran sk by Tera Contributor
  • 1286 Views
  • 1 replies
  • 0 helpfuls

I am getting an error in Flow Designer

Hello,I'm building a Flow that would allow for multiple SCTasks to be created for various Assignment Groups, depending on the user's selection on the form. For each options, a different Task is generated and sent to different group.  In Workflow Edit...

2.png 1.png
Hola Ola by Giga Guru
  • 1332 Views
  • 2 replies
  • 0 helpfuls

Resolved! Scheduled report sending individual emails based on assignment group

Hi All,I have created a scheduled report that is triggered when incidents are approaching 75% for SLA breach.  I would like to send these reports individually to respective groups based on incident assignment group. Any advice would be appreciated.  ...

Wendy20 by Tera Expert
  • 1827 Views
  • 6 replies
  • 2 helpfuls

PunchOut Catalogs in ServcieNow

Need help in implementing PunchOut catalogs in Servicenow. Do let me know the technical inputs in this regard?

DSA by Kilo Explorer
  • 2553 Views
  • 4 replies
  • 0 helpfuls

Usage of Display business rule with Client script

Hi, Can Display business rule be used alone or it has to be used always with g_scratchpad variable in it and corresponding onLoad client script to call the scratchpad variable? can you help here?Regards.

ramkrish by Kilo Contributor
  • 25918 Views
  • 10 replies
  • 19 helpfuls

Alternative for GlideappVariablePoolQuestionSet() in scoped app

Hi All. I have created a scoped application and created a table which extends the task which is called SDCase. On this I have built few Record producers and created a formatter as well to display the variable section on the SDCase once it is created....

Nagashree5 by Tera Contributor
  • 1538 Views
  • 1 replies
  • 0 helpfuls

Float point number field issues

Hi, I have a field in the form of a Floating point number type. If I put any value to that field and save the record, it gets converted to 0.99999999. What could be the issue? 

SS40 by Tera Expert
  • 1528 Views
  • 1 replies
  • 0 helpfuls

Change incident State after user specified time

Hello, Incident State is "Awaiting User Info". And there should be one field which should capture user specified time. (e,g. User gave 26 hours of time). Now after 26 hours the State should automatically change to "Active" And this can be repetitive ...

mounika7675 by Tera Contributor
  • 1306 Views
  • 8 replies
  • 1 helpfuls

Resolved! Compare Data

I have one excel sheet with almost 5k data, and i want to compare it with a ServiceNow table which has more than 90k records. I wan to check if the table has the names, which are there in the excel and also to check if it's active true or false. How ...