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

Forum Posts

How Block an Email for Inbound Action

How do I block an email/user from creating an incident? I use the "Create Incident" that comes with ServiceNow. I tried to use the conditions below, but they do not work. It still creates an incident. I want to block "footprints."

find_real_file.png
Beto by Mega Guru
  • 2743 Views
  • 3 replies
  • 0 helpfuls

Create Meeting Action in Flow Designer

Hi All, Create Meeting action is available in Service Now. But when I am trying to create meeting by using this action to create MSTeam's meeting I am getting error mentioned in below attached screenshot. I have tried to open the alias but it is show...

MicrosoftTeams-image (9).png
Amrita Dey by Tera Contributor
  • 853 Views
  • 1 replies
  • 0 helpfuls

Can you do math in a report?

I have a yearly quota, let's say I need to have 2000 hours on my time_card. I have a report right now that does a sum of all the hours I did, but that requires me to do mental math each month I look at it. Is there a way for me to have a report set u...

e_wilber by Tera Guru
  • 1162 Views
  • 3 replies
  • 1 helpfuls

Create JSON request body through Script

Hi, I want to create JSON request body through script. Can someone help me with the code? var request = new sn_ws.RESTMessageV2('User Group', 'Group Updation'); request.setStringParameter('sysid' , "a69fc6a21b227dd8df7132e2cd4bcb91"); for (var x in c...

RFJ1 by Tera Contributor
  • 2694 Views
  • 15 replies
  • 2 helpfuls

Resolved! How to customize display columns in List Collector

Hello, It's Kentaro.I created a List Collector to utilize watchlists.And I tried setting Variable attibutes and adding User ID.It succeeds for the Reference column but fails for the List Collector column. <<Reference>> <<List Colector>> Is it possibl...

Reference.png List Collector.png