I have a “message variable” which generates two or more sentences one after another, I’m fetching these data from the server. I want to collect all the sentences from the “message variable”, to form a single whole sentence, and add it to “Full Conversation”. I did a method using for each loop but was unsuccessful. Can anyone help me how to achieve that. Is this the right way ?
hello!
Good Morning!
(which collects the data one after another from the server)-> Present in “Message variable”
Now i want to combine these strings to form a whole string.
Eg :
hello! Good Morning! → I want to add this sentence to the “Full Conversation variable”.