We have a web request in workflow that accesses a custom web API. One of the parameters used in the Web Request URI can potentially contain ampersands. We are using the Encode URL function to replace ampersands with %26, but when the Web Request actually runs, it seems to be reverting the string back to an ampersand so our web api is receiving incorrect parameters. Is there any way to prevent the web request from changing it back to an ampersand?