Hi, all
I have a loop which iterates over matches found by regex. Each match is written into a cell.I noticed that if there is more than one regex match the last one gets overwritten in destination cell. I guess I should print all of the matches within one cell. How can i do that since i cannot use output variable of regex match activity as it is of IEnnumerable type( the collection of matches)?
