Background on my robot: I’m trying to do a loop through a bunch of lines of excel, using the “Excel For Each Row” activity, and copying an order number and pasting it into an AS400 system(we call it Steeb).
My issue: For some reason I’m not able to actually paste the order number into the AS400 system. I’ve been able to play through the Keyboard shortcuts that i’ve recorded, but the order number never appears. I’ve tried using the “Type Into” activity, where I type this: “CurrentRow.ByField(“APO06”)” into the area where I think I’m trying to enter the data. I wonder if the issue is marking the target in AS400…I had to manually select the area around where The data is supposed to go, and maybe i’m not selecting it properly. Any help would be greatly appreciated!