I have made a workflow to test the capture tool on barcodes, text, and numbers. I have set it up to extract the date, save a chunk of text, and read the first barcode in a list of 3. the workflow then does a pattern match of the text and extracts the page dimensions using this code \w{1,9}\s?x\s?\w{1,9}\s?mm which works in the test box, then its supposed to save it as a note on the document, it then renames the document to the date, and finally adds a note saying what is stored in the barcode.
everything is working except the pattern match tool. I am getting no error messages, the test function is giving me what its supposed to, but it's not saving the dimensions token to the notes.
I tried putting the input from the capture tool directly into the notes and it works but breaks it up into 5 or 6 notes of about 100 characters even thought the limit is set to 1000
Ive tried everything I can think of so any ideas would be appreciated
I attached the test page Im using incase that helps