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

Question

Question

Pattern Match to Parse Entry Path

asked on October 5, 2021

I would like to parse a path into separate or a multi-value token that would separate by the "\" 

For instance

\Directory\Sub Directory\Addendum Directory\Entry Name

I would like tokens for Each value between the "\"

Can I do that with pattern matching?  If so HELP!!!  Please.

0 0

Answer

SELECTED ANSWER
replied on October 5, 2021

In Workflow, Create a Multivalue token and assign the path value to it.
Then right click and choose Token Editor, and choose Apply Function, and the function Split
As you path started with a \, the first value is blank, it you remove the first \ from your value before doing this you'll be good.

1 0

Replies

replied on October 5, 2021

Thank  you!

 

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

Sign in to reply to this post.