I'm using some pattern matching to obtain the either one or two digit month code of a date field. (i.e. 7 for July, 11 for November). It should be based on the current date. So today's date for example would be 7/17/2017.
The pattern matching regular expression I'm using is: (\d{1,2})/
I'm later using the Pattern Matching result in as a token for later conditional routing.
When running a workflow with a token of today's date, 7/17/2017, I'm getting the following conditional results:
Does workflow's pattern matching read the 7 as text, and there by count it as being a greater value than the number 10? Or is there something I'm missing, settings-wise? If any more info is needed, certainly let me know.
Thanks
Workflow Designer Version 10.2.0.216