Doubt regarding OOTB data stream (Look up Organizations)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hey Guys, I Have a question regarding the data stream company IDs.
there is one OOTB subflow "Get Company IDs" which calls it "Look up Organizations"
but when I use a custom subflow and call it it returns more record , how is it possible?
And also it gets canceled.
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Ashutosh4
The custom subflow returns more records because it likely lacks the filtering criteria (e.g., active = true etc)
In ServiceNow Flow Designer, flows can be cancelled if they process a large volume of data that exceeds configured transaction limits. e.g If the query returns thousands of records, it exceeds transaction limits.
Probable solution
Apply Filter in your custom subflow to minimize the data retrieved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
