I have a State Machine workflow which has a number of approval steps. Initially the first approval step saves the comments then triggers the component workflow based on the number of country managers that were selected on the original form (this number is between 1 and 24 countries). Each of the countries may have a comment which I wish to capture. From my reading I knew to setup a for each to add the comments. I then started to see an uncoded line feed (\u000a) between some but not all comments.
The configuration for my two Regular Expressions is this:
Any and all help would be appreciated