I want to copy the data from excel which contains 10,20,30…etc in one cell and copy to text box.
I have used read range and for each activity and then i used type into activity by adding row(“Number”).Tostring
The problem i am facing is bot entering numbers in a straight manner like 10203040…but i need it to enter one by one (as it is in the cell).
Ok…i have corrected my mistake but if i use writeline activity its executing properly one by one…but when i use type into its executing in a straight manner
I tried for writing data in notepad…its working perfect
but when i try with my text box where i want to write those numbers its acting differently like entering 10 and next 20 and again deleting 20 and again writing 30…
It was working fine when i tried separately but when i am trying to run the entire process…i am getting error as “Type Into ‘Shell shell’: Special keys syntax error. Encountered invalid special key action at text position: 15”