adext
1
i am using get full text activity to read string from a word file
After switching my project from legacy to windows, the get full text activity is now getting special characters
i have the ignorehidden option enabled
here is what my text looks like:

here is what the get full text is scraping:

how can i work around this?
thanks
@adext
if you want only the expected string form the output
Use assign
newvariable=system.text.regularexpression.regex.match(Getfulltextoutput,“\d+”).value
cheers
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.