Skip to main content The Trailblazer Community will be unavailable from 2/1/2025 to 2/2/2025. Please plan your activities accordingly.
Hi All 

Here is code where this line code giving me an exception of illegal assignment from string to integer.

conobj.d33pak__List_Agent__c=csvRecordData[26]!=null?Integer.valueof(csvRecordData[26]):'';

Please suggest any possible alternative for this.

Thanks in advance.
1 answer
0/9000