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

Question

Question

How can I remove the first 5 characters from a retrieved field in workflow

asked on September 6, 2016 Show version history

I'm the administrator and I need help in Workflow, after retrieving a field value I want to remove the the first 4 characters from the field and use the rest of the name as a new folder name.

0 0

Answer

APPROVED ANSWER
replied on September 7, 2016

Hi Al,

Try to apply following Regular Expression on the Token.

.{4}(.*)

For example Token value A1B2C3D4E5F6 returns C3D4E5F6 with this Regular Expression

 

3 0

Replies

replied on September 7, 2016

Thanks lot it works..

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

Sign in to reply to this post.