Need help on Text to Left/Right activity

Hello Community,

How Text to Left/Right activity works in UiPath? I gone through the documentation page of uipath But didn’t understand fully.

Any help would be really appreciated.

Thanks in Advance.

Hello, @shubham_dubey Text to Left/Right activity splits the data based on a separator and it will give the output as left and right side data of that separator

Ex: If your input string is UiPath, you give the separator as P then the output of Left side text is Ui and right side text is ath

grafik
will split on the first : and : will not be included in the returned output:

grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.