David,
It looks like I gave you some partially bad advice. I went in and found the
workflow in which you are trying this and I see why you got the response
below.
I can see what you are trying to do, and I think the only way we can get
this to work correctly is create a series of calculate expressions.. i.e.
encoded_url =
"
web.address.com/file.asp?parm1=" + URLEncode(%data1%) + "&parm2="
+ URLEncode(%data2%) + "&parm2=" + URLEncode(%data2%) etc.
Let me know if this makes sense, and we can set up a GotoMeeting if you
need more information.