- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 10:02 AM
Hi,
I have created a REST message and a method. Trying to call it in Flow through 'Import REST message' in the REST action. While saving it am getting the error as below.
But the end point is perfectly working fine. Tested from the REST message and also tested it in the flow from 'Test REST step' as below in the screenshot.
I think the issue is of having ? in URL. Could you please let me know any work around for this ?
@Dr Atul G- LNG @Ankur Bawiskar @Kieran Anson
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:28 AM
Found this article https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0781586
I modified the URL to https://itsm-testportal.test.at/api/arsys/v1/entry/HPD:IncidentInterface_Create
and added the fields in Query parameters of REST Message as below:
Name - fields
Value - values(Incident Number)
It worked. Getting response as well as be able to save it flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:19 AM
Hi @Thej1
Look like product issue, better log a Now Support case.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:28 AM
Found this article https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0781586
I modified the URL to https://itsm-testportal.test.at/api/arsys/v1/entry/HPD:IncidentInterface_Create
and added the fields in Query parameters of REST Message as below:
Name - fields
Value - values(Incident Number)
It worked. Getting response as well as be able to save it flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:31 AM
I found this, but did not share by assuming there is noting with mid server 😞
Good you got the answer.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************