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

Question

Question

Workflow. HTTP request - Substitute or Replace activity?

asked on March 20, 2014

I am using the HTTP Web Request activity and need to replace spaces with the + character. I can't seem to find any replace activities in workflow, they exist in quick fields. Am I overlooking something or is it not an option?

 

0 0

Answer

SELECTED ANSWER
replied on March 20, 2014

There is no substitution activity in Workflow at this time. You could use the Split function to break the value into a multi-value token when it finds spaces, then re-combine the multi-value token into a single value with + as the delimiter.

1 0

Replies

replied on March 26, 2014

I had trouble finding a split function as well. I think I will just use the Replace function in C#. Thanks for the confirmation though.

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

Sign in to reply to this post.