You are viewing limited content. For full access, please sign in.

Question

Question

Quick fields: when pattern match doesn't exist on the second page, it wipe out the match on the first page.

asked on June 2, 2015 Show version history

I'm applying a pattern matching on a list of documents to capture a specific value. This value can be on any page of this document. However, it only appears once for each document. 

Therefor, I tried to apply this pattern matching on every page of the document. But it only works if the value is on the last page of the document. Because the unmatched value(empty string?) would wipe out the previous captured results.

Any suggestions?

0 0

Answer

SELECTED ANSWER
replied on June 2, 2015

This is by design. If you want to collect values across all pages, you can do so by using a Token Accumulator process.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.