Is there a way to send a response from the REST API - Asynchronous trigger in Flow Designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 06:43 AM
Hello all,
I was wondering if there was a way to send a response from the Asynchronous trigger. I would presume, there isn't since this trigger is Asynchronous to begin with.
The next solution that I can think of, is just create a Scripted REST API and just feed a subflow the data from the Scripted REST API.
Let me know if you have any other ideas!
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 08:49 AM
As per the documentation, It returns the flow execution sysid when you call it
https://www.servicenow.com/docs/bundle/xanadu-integrate-applications/page/administer/integrationhub/...
To know the actual result, you need to make one more call to know whether flow has completed successfully or errored out.
one more community reply