Data Manipulation in UiPath

Data Manipulation includes dealing withvarious variables and performing operations with them . UiPath Studio offers a wide range of variables to support automation: –. Text variables: – This type of variable can store only string data type and is enclosed in double quotes.

Let’s see the implementation in UiPath*

Step 1:- Initialize a string in the variable InitialMessage

Step 2:- Split the string to get the author.

Step 3:- Output -

image

Step 4:- We will now split the string to get the book names.

Step 5:- We will loop through the string to get the output.

Step 6:- Output-

image

I hope you enjoyed the article!!

Happy Automation!!

Good one, very useful