I’m using regex based extractor but althought the regular expression seems to be correct (I tested in immediate panel with docText variable storage after digitize and also I get the text that appear in the variable and text in the regex wizard) it doesn’t appear when an action validation is sent to action center. Someone face this problem already?
As I remember the regex extractor gets only first group, not entire match.
Try to add your regex expression into brackets and let us know if it works
Thanks @Konrad_Mierzwa it worked perfect. I was using a lookbehind and I think the regex extractor was getting it as a group and not returning what I write after.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.