I have a workflow that has a conditional decision where it evaluates if a given token is greater than or equal to 7. The token is derived from the entry name and set as a token. When I test the workflow, it is saying the month token of 10 is not greater than or equal to 7 and goes down the wrong path.
I have added the track tokens activity and can see that for the month token, it did give it a value of 10. On the condition tab for that instance, I see the following message:
Any ideas on how to get it seeing 10 is greater than 7?