I’m currently creating a bot in StudioX to enter data into SAP from excel by row. I’m looking to have the bot enter three columns into an SAP screen. I’m trying to use a for each excel row command, with a nested copy/paste range, but i can’t seem to find any way to get it to recognize that I only want columns B-D in the current row (the only option to use the current row seems to just copy the entire current row).
I’ve been researching and seeing some people try to use data table commands, but trying to define the data table and define these three columns also wouldn’t let me copy the data to the clipboard. Any advice is appreciated. Thank you!
Thank you! This worked to do one column at a time. Do you know if there is a way to do three columns at a time? I.E. i tried doing CurrentRow.ByField(“A:C”) which didn’t work.