How to use for each row in a string?

Hello,

I have a string that contains many words separated by the symbol “;” such as:

Hello;word2;word3;word4;bye;

I need to perform the same action for each of the words so I need to use the “for each” activity but i do not know how to get the words (no matter how many words there are).

Thank you!

@EngAnalyst

First, you have to split them by “;” and store them in an Array. Than, you use a For Each to use or display them…

1 Like

Hai @EngAnalyst … What actually u expect to do with for each… Can u share in detail…