Hello @mironb
Welcome to UiPath Community…!
You can do as below.
strVar is a string variable
strVar.ToCharArray() - converts string to characters
charArray is a string variable


Thanks
Hello @mironb
Welcome to UiPath Community…!
You can do as below.
strVar is a string variable
strVar.ToCharArray() - converts string to characters
charArray is a string variable


Thanks