String Operations - split

Hi,

I want to split below string.

Client ID: HR70321
Client Name: Clement Paulette
Client Country: Romania

I want to print the values seperately- HR70321,Clement Paulette & Romania.
please help.

1 Like

Hi @Venkatesh_K2

Check the below thread. You can follow those steps to extract Client ID, Client Name, Client Country.

Regards

1 Like

Hi @Venkatesh_K2

Input:-
image

Output:-
image

Please find xaml file:-
Main.xaml (8.5 KB)

If this works for you, please mark it as a solution, so others can refer the same. :slight_smile:
Thanks

1 Like