Getting null value

In Column 8 have a value when I try to pass this value to assign for check got null value as mentioned in attachment…?Untitled

2 Likes

Hi
Fine kindly use a write line activity before the type into activity and check with the value of row(8).ToString
that would let us know whether it has value or not
kindly share that screenshot as well
Cheers @Aditya10989

2 Likes

Hi @Aditya10989

What happens when you use row.Item(8).ToString instead of (row.Item(8)).ToString?

2 Likes

so were you able to get know buddy
Cheers @Aditya10989

2 Likes

checking

Great

2 Likes

yes I got it but I am not able to insert in this text box as mentioned in attachment

2 Likes

kindly check with the selector once buddy @Aditya10989
if the field where we are typing comes in a new window or a browser use attach window or attach browser and keep this type into activity
and enable the properties like
–simulate type
–clickbeforetyping
–emptyfield

3 Likes

Kindly let know for any queries or clarification buddy
Cheers @Aditya10989

2 Likes

thanks after indicate its work

2 Likes