I'm trying to use SharePoint designer to set a hyperlink field with a bunch of the values that are part of that item (so that I can use the JQuery pre-populate script on another page). What happens, it seems, is that I'm hitting a character limit in creating the link, somewhere around 280, and it just errors out my workflow. My link looks like this:
https://server/sites/site/Lists/Scheduling%20form/NewForm.aspx?Church/Event Name=TEST&Address=TEST&City=TEST&State=TEST&Zip Code=TEST&Church Phone Number=TEST&Website=TEST&Contact Name=TEST&Cell Phone=TEST&Email=TEST&Music Style=TEST&Concert Location=TEST&Dress=TEST, Schedule an Event
Replace TEST with lookups and that's what I have. If I cut the link in half, it works, but to add all that data, it doesn't. Any ideas on how to get this to work? I tried looking at a calculated column but hyperlinks get messed up whenever there's a space involved.