Hello everyone, can you help me with this issue? As you can see in this images, I have this “Type into” activity (first picture). I have in my excel file 3 rows of data so I need to write them into SAP fields but this activity he types me only in one field overwrite them. As you can see the second picture (from my robot), I don’t have the “type into” like in the third picture. I tried with reinstalling the package but nothing. Does any one know what should I do ? I’m stuck.
as mentioned above you might have to enable the classic activities for this and also make sure that SAP scripting is enabled {just going out on the ledge assuming they are not, as I had a similar problem}
The reason is you are using a type into activity with first cell selected as a element
So whenever bot iterates through the rows of datatable every time it types with same first cell only because of the selector
So to resolve this usually in SAP and that too for these kind of page we will be having an option to click on a button named “Copy from Clipboard”
You can find that button in that small pop up at the right bottom of the screen among multiple options
You can click on that button so that bot paste the value in all cells of SAP with correct value
Now to get that value into clipboard use this below two activities