function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
P KumarP Kumar 

System.LimitException: Apex CPU time limit exceeded

Hi,

When i upload data into salesforce through data loader, am getting 'System.LimitException: Apex CPU time limit exceeded' Error.

Can any one suggest me why this error happens?

Regards,
Pranav

Best Answer chosen by P Kumar
Amit Chaudhary 8Amit Chaudhary 8
Hi P Kumar,

Please remove muliple loop from your code. If you are using nested loop then try to use collection in code.
Please let us know if this will help you

Thanks
Amit Chaudhary