- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 09:19 PM
I have a table API from client I wall to call that API through GET method in my servicenow instance. Here I want to call that through flow designer with passing one field as unique I'd because to avoid the duplicate records how can I achieve this from flow designer to call this flow designer for every 30 minutes.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 09:47 PM
Hello @saikumarkak ,
Below video reference will help with your concern.
https://www.youtube.com/watch?v=Io5TtlAVY54&t=262s
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 09:47 PM
Hello @saikumarkak ,
Below video reference will help with your concern.
https://www.youtube.com/watch?v=Io5TtlAVY54&t=262s
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 09:49 PM
you can use REST Step in flow designer
what did you start with and where are you stuck?
these links should help you get started
Outbound REST integration using flow designer
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 10:25 PM
can we add any script step below the rest step in actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 10:28 PM
if you want to use script etc then better you create a custom flow action and within that use REST Step, you can have script as well inside that flow action
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader