Workday integration

Ashutosh4
Tera Expert

Hello Team, 

I have this issue where , I am facing this error.

Ashutosh4_0-1784116177015.png


This speicfically happens when the HR profiles are being created or udpated via WD integration.

I tried to check further into it

Ashutosh4_1-1784116311555.png



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?

 

12 REPLIES 12

VishalC3
Mega Guru

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

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

 

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