I am very new to UiPath and I am struggling with splitting a specific kind of string.
My question is: is it possible to split for example 1a into 1 a and looping through an entire column with many strings look similar to the one above.
I would really appreciate any help.
So I have to insert house numbers into a website and the house numbers are formatted in my datatable like this 1a , 23E, 21C and so on.
When I use the type into function it will insert the 1a or 23E into the website. But it doesn’t accept house numbers looking like 1a only if they are formatted like 1 a or 23 E or 21 C.
Does that make it understand a bit better I hope so.
@kumar.varun2 hey I hope you are doing well. You really helped me out a lot. I have another issue tho. I can split 23A and 100a but I struggle with splitting 3a is there anything I need to change to also change 1a or 2b? Would really appreciate your help