I’m getting a text with regex and it’s stored in Value variable. It’s inside a For Each activity and what I want is to write each value of Value variable in cell below of excel.
Something like this:
The Counter value is initialized in 0 but it doesn’t increment for each Variable value.
How can I solve this?