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

Question

Question

Remove the underscore from checkbox variable

asked on October 30, 2019

Hello,


I have a form that is kicking off a workflow with an Update Word Doc task. How do I remove the underscore from the variable in the Word Doc? Thanks!
 

 

0 0

Answer

SELECTED ANSWER
replied on October 30, 2019

You just need to replace the _ with space. This is done by splitting into multiple values, then re-joining the values with the space as the delimiter.

Use the function split to split on _

Then (and you can do this all in one step on the same token) use the option under index to combine all values separated by space.

1 0
replied on October 30, 2019

Thank you! 

0 0
replied on August 11, 2021

Thanks for the post.  Worked perfectly!

Christine

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.