"For Each Row" value from CSV to "TypeInto" in Studio

Hello,

I would like to extract a row value(eg. JA9999999) in a CSV file and put the value using “TypeInto” in WebUI. I see the value is taken out from a CSV file, but somehow the value is not typed into a field in web.

What should I set up or change in those activities?

  1. Read CSV file
    image

  2. For Each Row

and confirm a value from JAID is taken out from the CSV by “Write Line”
image

However, “TypeInto” stops and nothing passed in the field 会員ID in the web.

Please advise.
Thank you,

Hi @Oskarin,

Did you try to use a different method of input? Sometimes that could be the problem

hi

are you getting any error? if yes, please share the sreen shot, and also please check the chrom extansion once.

thanks…

@Oskarin

Can you test by giving value “JA9999999” directly in the typeInto, Let me know is that successful?

Also you can try Empty field->Single Line and In properties of activity Delay between Keys set to 1 sec

Hope these helps you in debugging the issue

Thanks

1 Like

Thank you for your advice, @Gabriele_Camilli, @shaikmdrafi.
There was no error and just stopped.

@Srini84,
It was successful when a sample value “JA0000007” directly in the TypeInto and Single Line.
After this confirmation, it runs successfully giving again “row(“JAID”).ToString()” in TypeInto.

Thank you

1 Like

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