Multiple Assign Erro

Hi Team,

I got the below error anyone know the issue and how can i resolve it?

image

unfortunately we cannot see the code statements throwing the issue.

It looks like you want to fetch some values from an excel row/cell

give a try by adding .ToString() at the statement end

it a lot of varabiles so in which one i can modify
image
all of them like this to collect data from the excel sheet

your feedback is unclear.

just try it isolated or correct all ones.

Hi @omar_ismail ,

Are you looping through the DT, if yes then you can use

Currentrow(“columnname”). tostring

Remove .ByField

Syntax:-

CurrentRow(“your column name”).Tostring

Thanks