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

Question

Question

Workflow Pattern Matching with 0s

asked on October 30, 2018 Show version history

I am sure this is simple but I am terrible with pattern matching!

I have a token that can have 4 or 5 digits but the length of a finished token has to be 9 digit ( add 0s). What is the best way to do this and retain 0s in the front of the number?

Thanks!

0 0

Answer

SELECTED ANSWER
replied on October 30, 2018

To clarify, do you mean that you have a token containing a 4 or 5 digit numeric value and you want to generate a new token that uses the same value, but contains leading 0s and filled out so it's 9 digits long? If that's the case, then you can apply token formatting to that numeric token.

1 0
replied on October 30, 2018

You are amazing thank you for the simple solution!

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.