I am trying to replicate the demo given for learning purpose , but i am stuck at this place . In doc they say **row(“Name”).ToString.split(“”c)(0) , any help on this
Also, how should i focus on learning RPA , i am not developer and do not have programing knowledge , but if i want to explore do i need to learn programing … please advice
Hi @lakshminarasimhan.santhan It should be row(“Name”).ToString.split(“ ”c)(0) (space as delimiter) but in the code you have mentioned as row(“Name”).ToString.split(“”c)[0]. The exp should be
CurrentRow("Name").ToString.Split(" "c)(0)
Register to https://academy.uipath.com/ and go through developer courses. This would helpful to enhance your skills and to understand this you doesn’t need any coding knowledge