ToString usage along with Conversion issue

CurrentRow(“Emp ID”).ToString + CurrentRow(“Name”).ToString +CurrentRow(“Email”).ToString + CurrentRow(“Position”).ToString , what is wrong this line

Error : " Value of type String cannot be convert to Object "
please answer me

Hi @UJJVAL_BHAGAT

Are you getting any error?

Regards,

Hi @UJJVAL_BHAGAT ,
Could you share all activity when you meet wrong?
it is assign activity inside modern Excel ?
Regards,

@UJJVAL_BHAGAT what’s the error description?

@UJJVAL_BHAGAT,

What’s the context you are using this statement? It seems the concatenations of the column looks good.

Check individual columns in immediate window if any of the giving this error.

Thanks,
Ashok :slight_smile:

Hi @UJJVAL_BHAGAT, are you assigning the statement that you posted to some variable of type object? This could cause the error.