12-14-2025 06:11 PM
I am using Replace String to perform a urlEncode, replacing / with %2F. This works; however, there is no option to set a variable, or the input variable does not appear to be modified.
What step would be required to get this to work?
12-14-2025 06:19 PM
I ended up figuring this out. I needed to replace the string first, then set a new variable to the output/result of the replace string activity. After doing this, the relative URL path was updated to use the new variable with the encoded interface number.
12-22-2025 04:20 AM
@Jeff Orr Thank you for posting your question and the solution you found. You are correct that the Replace String activity does not automatically store the updated string, you do have to use a Set Variable activity to do that using the result from the Replace String activity.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide