I have a HTTP Web Request activity that is calling a REST API web service. I want to use a token in the URI to pass in a parameters into the request. The token substitution does not seem to work. When I remove the token and hard-code a valid value in its place everything works correctly. When I run the workflow with the token the web service request returns a 404. I am pretty sure the token contains a valid value because I use that same token earlier in the workflow to rename the document and that is working as expected.
I tried identifying the URL being called through Fiddler but it does not show the requests executed from Workflow.