
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 06:41 AM
Hello,
I have scenario where I have one custom table it contains diff. request . Each request has 25 task. Each task is creating from diff. application / service. It means they all have diff API call. Based on certain condition in rest API I want to update/delete those systems(record) based on request ID .
Overall I want to update/delete those system from ServiceNow based on task with diff application. once we get "OK " reply from those system . ServiceNow will close these task successfully.
Which will be the best approach to implement in ServiceNow.
1. scheduled job to call for diff. rest API (Can we able to call diff API in same scheduled job)
2. flow designer
Any other solution will be appreciated.
Kindly help.
Br,
pratiksha.k
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:59 AM
Hello ,
We are trying to use workflow , for different API with if conditions .
Thank you for all responses.
Br,
Pratiksha.k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 08:14 AM
My experience say use Flow designer.
As you are calling many API, so better, if there is not change in data every hour or so, pull them in beginning and keep in SN table for process.
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
01-21-2024 12:16 AM
Hello @Dr Atul G- LNG ,
Thank You so much for response !!
I never implemented many API from flow . How they will execute and how to implement it?
Could you pls help me to understand how to call API in flow designer. What action shall Use.
What are the prerequisite for it.
If you any doc or links pls provide.
Thank You .
Br,
pratiksha.k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 01:46 AM - edited 01-21-2024 01:47 AM
Hi @Pratiksha Kalam
You can create a custom action using rest step and accordingly configure in the flow.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 08:02 AM
Greetings!!
I am not that much expert but here are link which can provide you guidance
https://www.youtube.com/watch?v=3pQJhwz3xDI
@umaaggarwal can help you here.
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]
****************************************************************************************************************