- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 10:18 PM
Hi All,
Greetings,
I have a custom app which is extending case table. I have created a flow XYZ which triggers and works fine when a case is created by ServiceNow API explorer or Postman. This flow triggers on create/update of the case and run only once and creates further tasks based on the condition which is same for case created in workspace.
I have created an UI action on interaction table which is appearing in workspace on interaction form. When I am using it create a case then it does create the case as I expect but does not trigger the XYZ flow and therefore it does not create tasks as well.
Is there any configuration we need to do for this flow to trigger for the case created in workspace?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2022 12:20 AM
I got the error, actually When I was creating the case from workspace then UI action was not setting up one of trigger condition and therefore it was not triggering.
While sending through Postman then manually I was putting the value.
Thank you all for your time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2022 12:22 AM
Good that you found the issue.
Don't forget to close the thread by marking (your own) answer as correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2022 01:48 AM
Thank you 🙂