Hmm, it doesn’t seem to be retrieving the outputs that I want. Is there a more specific way to retrieve from just ‘Purpose of the change:’? Because my text file actually has more texts that the sample above.
@wootberries24 It was able to provide me those values with Matches Activity , Or the Format in which the Data is present in your file is Different, Hence the Match does not take place
Here is the details inside for just ‘Purpose of the change’:
123891/123893: detail 1
178447: detail 2
147858: detail 3
123583: detail 4
…
… (there may be more, depending on the changes)
Change Description:
…
…
When I used System.Text.RegularExpressions.Regex.Match(changeDetails,"\d+.*").Value
It only retrieved the first line of Purpose of the change