Arun24
(Arun Kumar Papad)
February 23, 2018, 7:15am
1
Hi there,
Objective: To using For each row, I am trying to input values in SAP using Type into.
Error : while executing the query, I am getting an error “Type into ‘GuiCTextField PROJ-PSP…’ : There is no row at position 7.”
GuiCTextField PROJ-PSP - refers to Typeinto activity.
But I have data in each row , I have used read range activity from “A1:AE2”
That range has only 2 rows.
Arun24
(Arun Kumar Papad)
February 23, 2018, 7:34am
3
Thanks Andrzej. I am using the string shown in the screenshot.
What should be my string If I have to use cell H2 (given H1 is header).
(H2 is not fixed as I am using For each)
NoteL Protable is variable assigned to read range.
Dominic
(Dominic)
February 23, 2018, 7:36am
4
@Arun24 , What’s the range you given in Read Range ?
Regards,
Dom
Dominic
(Dominic)
February 23, 2018, 7:43am
6
@Arun24 , If you are using For each row with Headers checked, then you can access it with row(“ColumnName”) .ToString in type into.
Reference Checking if one data from an excel matches another , then getting the crossponding value - #15 by Dominic
Regards,
Dom
1 Like
Arun24
(Arun Kumar Papad)
February 23, 2018, 6:08pm
7
Thanks Dominic… I tried that … and I have below error to resolve to enhance my learning
Once again, thanks a ton for your help.
arivu96
(Arivazhagan A)
February 23, 2018, 6:43pm
8
Hi @Arun24 ,
If you are using for each row activity,
Use this code.
Convert.ToString(Row("Project"))
Regards,
Arivu
1 Like
Arun24
(Arun Kumar Papad)
February 24, 2018, 11:27am
9
Thank you very much Arivu:slight_smile:
Arun24
(Arun Kumar Papad)
February 24, 2018, 1:11pm
10
I am sorry, I new here… didn’t knew much…
However, can you tell how do i read a cell because type into box is taking a lot of time I have 30K + rows to look in…
I want to copy the cell and paste into sap UI element.
To copy the cell, I am thinking of using “read cell” and to paste I will send hot keys… please suggest.
I have tried below using read cell but having an error stating that… range is out or index errors.
Note: I have defined the range using read range activity.
Dominic
(Dominic)
February 24, 2018, 5:56pm
11
@Arun24 , Two suggestions for you,
I would strongly recommend UipathAcademy where all your queries has been framed as a tutorial and lessons that will make you strong in excel & datatable basics.
Our forum that has many solutions you need to search for it.
Regards,
Dom
Arun24
(Arun Kumar Papad)
February 24, 2018, 6:54pm
13
Thanks Dominic… I am new to uipath and learning on my own. Well, have found the solution in uipath academy
1 Like
Dominic
(Dominic)
February 25, 2018, 1:23am
14
@Arun24 , thats cool and happy to hear.
This gives you the best experience.
Regards,
Dom