In this post, we will convert a comma separated string to an array using the UiPath Studio. For example, you have a string "hi,bye,up,down,left,right" that you need to convert to an array ["hi","bye","up","down","left","right"].

Read more of this post