Flow designer

saikumarkak
Tera Contributor

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.

1 ACCEPTED SOLUTION

Shree_G
Kilo Sage

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.

View solution in original post

8 REPLIES 8

Shree_G
Kilo Sage

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.

Ankur Bawiskar
Tera Patron
Tera Patron

@saikumarkak 

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

REST step 

Outbound REST integration using flow designer 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

saikumarkak
Tera Contributor

@Ankur Bawiskar

can we add any script step below the rest step in actions 

@saikumarkak 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader