Convert MatchCollection variable into a string

Assign Activity
arrValues | DataType: String Array =
yourMatchCollVar.Cast(Of Match).Select(Function (x) x.Value).toArray

strFlat = String.Join(" | " , arrValues)

[CheatSheet] - System.Text.RegularExpressions | RegEx - News / Tutorials - UiPath Community Forum

[HowTo] LINQ (VB.Net) Learning Catalogue - Help / Something Else - UiPath Community Forum

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum