Workday integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hello Team,
I have this issue where , I am facing this error.
This speicfically happens when the HR profiles are being created or udpated via WD integration.
I tried to check further into it
This is where it takes time , it basically calls into WD and pulls data into Staging table.
Do we have any method to resolve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
HI @Ashutosh4 ,
You can set limit while looking up records and then batch those with setlimit. You can batch it based on total row count and loop through all records.
Let me know if you are unable to do it and i can help further.
Thanks,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
The thing is I am using an action which needs some mandatory inputs and in the action , we are doing for each item in -> Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @Ashutosh4 ,
You can change "for each" to "for" loop and run it based on count of records from lookup records that way you can control number of iteractions in a loop.
Thanks,
Vishal