Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Doubt regarding OOTB data stream (Look up Organizations)

Ashutosh4
Tera Expert

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.

2 REPLIES 2

Tanushree Maiti
Tera Sage

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.

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

The thing is there is not filter applied

There is only this thing which comes in yellow.