Hey Everyone, I am using Split String, but I am not able to get it done right.
Please correct me on the same.
This is workflow
I am usign Get Visible Text Activity to get the text and then Saving it in a variable named “EEE”.
Later, I am using Assign activity to split the string.
I Expect to store the output of string. split to stored in a variable named “EEE2” which is string array.
Now when I use a message box in Uipath about the to display “EEE2” it shows the output:- “System.String”.
Hi whenever we mention a string array in message we need to mention them along with index position to retrieve the value from that position
so in your case use FOR EACH activity where pass this EEE2 as input and change the type argument as string in the propertypanel of the for each loop
–then inside the loop use a message box and mention like this item.ToString
I want to get text from a website and paste it in an excel sheet in a particular column. But I want to paste it in the immediate empty row. I know I should use counter, but I am unable to do it. Kindly assist on the same.
I am not able to use “WRITE CELL” activity in uipath. So the bot types in the Excel Sheet in the row which is the immediate vacant cell. Refer the image.
I want the bot to type in the cell no. 17 and after it is done . I want the bot to type into 18 and so on.