And the objective is to copy that column to clipboard and use the upload from clipboard option in SAP (red box in below image), so the registers will be pasted to the column “Valor indiv.” in below image:
Use the read range activity in order to save that list as a DataTable and then write one by one in the boxes in SAP. However, they are more than a thousand records, so it would take a lot of time, and hence I was thinking to use the upload clipboard option.
Then I tried to use the select range activity, and in the “Range” input I put “”, but when UiPath arrives there it shows me the error: “The range does not exist”
I would appreciate a lot if you can help me to solve this issue or to find another solution for this, thank you for your time!!
Thank you so much to every one and specially to you Bharat.
I tried to solve my issue with the previous comments, and it worked yesterday; however, today wasn’t working because the data was not being saved to clipboard.
Then I tried your solution, it is great and is working fine, thank you so much again
What will be my select expression if i have to add a where clause also in select
For example : String.Join(Environment.NewLine,(From r In TrasfrData Select r.item(“DOI”) where r.item(“Joint venture”).ToString equals row(“Joint venture”).ToString)))