Type into error - 'object reference not set to an instance of an object'

what are the values in the Array can you send a screen shot.?

this is the value in the Array that i am capturing
Chuck NORRISS WR9290453
however i only want the WR number ot be entered into the web site text field

this is the code i have used
MyArr = ColumnI.ToString.Split (" "c)

then to type into the text field i have used MyArr(2)

i have tested this in a message box and the WR number is correctly displayed.

@nalaka_sajith @MuralidharVankamaddi

@nick.v While Using Type Into Activity, Use MyArr(2).ToString and Check if it works.

@supermanPunch Thank you

1 Like

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