assuming txt = output of read pdf
-
assign
matches(matchCollection variable) = System.Text.RegularExpressions.Regex.Matches(txt, "([\d]{8})") -
loop over matches (type argument = system.regularexpressions.match) , in the loop you can print
item.groups(1).valueto get the actual number
uipathF.xaml (7.2 KB)
