We have a customer trialing cloud and trying to get the next line after last name
After helping configure the workflow, the pattern matching token is always (None)
So we copy the text input from the tokens tab, of the workflow after running
Then we put the text into the Workflow pattern matching token test area
The test returns a result. So it appears the runtime pattern maching engine is not equivalent to the test pattern matching engine. This is a problem we had with on-prem as well, except with on prem I could simply add a carriage return character into the pattern to solve it (the test would fail, but the runtime would work), in this case that does not work.
Not sure how to create a pattern in Cloud that can get the next line after matching Last Name
It is also very confusing getting different pattern matching results when testing compared with runtime.