Lookup Cost Center is pulling only 100 Records - Workday HR Financial Spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 02:34 AM
We are trying to pull the cost center list from Workday to ServiceNow.
In Flow Designer we are using the action "Look up Cost Centers" action to pull the data. When we test the flow it fetches only 100 records.
We don't see any option to increase the limit of the records it is getting pulled.
Can you please suggest on how to increase the limit for this particular action?
Screenshot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 10:01 AM
Hi Ivan
The action has 3 steps : First step to make the connection to work day, Second a SOAP call to the WSDL and third is processing the results.
Thanks and Regards
Abirami R

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 10:05 AM
Hi Abish,
Could you maybe send me screenshots of every step?
Regards, Ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 03:12 AM
navigate to the 'Lookup cost center' flow see if you can define the max records value there..
or there will be system propery related to this application were the limit is set to 500.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 09:43 AM
Hi Sohail
We had an array and we defined the max limit to 5k but it is again pulling only 100 records.
Thanks and Regards
Abirami R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 04:41 AM
I am looking into the action and will keep you all posted.