For Each loop sending sysid of the record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 12:32 AM
@Ankur Bawiskar @Community Alums @Sohail Khilji @Maik Skoddow or anyone please help its urgent
I configured flow with LOOKUP RECORDS to COMPANY TABLE with the condition starts if vendor is true
in the table i can see total count was 4800 but in Flow for each it is reading only 1000 records only that too after reading the 4-5 data it is sending only the sysid of the record which is weird please help me how can i achieve to get the list of records available in COMPANY TABLE WITH THE VENDOR IS TRUE CONDITION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 12:34 AM - edited 06-14-2024 12:36 AM
Lookups in Flows are restricted to 1000 records only due to performance reasons. Please refer to https://docs.servicenow.com/bundle/washingtondc-build-workflows/page/administer/flow-designer/concep... for more information.
As a workaround, you can implement the approach demonstrated in https://www.youtube.com/watch?v=Bd_Cq2qyNDk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 01:07 AM
@Maik Skoddow That is fine we can increase the size in lookup execution i can see it is sending as a name but in for each loop i can see only the sysid why it is not sending the company records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 02:46 AM
How can we answer your question, if you don't provide more details like everything around your Flow and its configurations? We cannot read your thought, cannot see through your eyes, and we have no access to your instance!