Assigning specfic row/column Value-Exception

Hi
I am adding data column named ‘Name’
in for each row…I am assigning a value row.Item(“Name”)= name
where name is the value fetched from web.
I have checked the column existence-true
name value is not null

Exception-By the target of Inovacation

@KarthikBallary

Assign Value as

row(“Name”).ToString = name

mark as solutio if this works for you

Thanks

Actually problem was related to max length to be included. Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.