I've dug the forums for a bit now and can't find an answer.
I have a workflow that generates notification emails to groups from a new calendar event. The workflow the I generated includes a link to the SharePoint calendar item. I'm using the [%Project Calendar/Path%] to lookup the directory path for the Calendar to let the user click through.
The trouble comes in on the Lookup. The path to the page would be: "[site name]/Lists/Project Calendar" but when the lookup takes place in SharePoint designer it returns "[site name]/Lists/ProjectCalendar". It looks like it is removing spaces from information it parses but this is screwing up all the links that the workflow is sending out.
I would change all of the projects calendar URL to not have any spaces that would just be a lot of work at this point.
My questions are:
1) Is this a documented bug or an intentional annoyance?
2) Are there any good workarounds that only use SharePoint Designer 2007 without having to write custom code in VStudio?
Any help is greatly appreciated.
Thank you!
I have a workflow that generates notification emails to groups from a new calendar event. The workflow the I generated includes a link to the SharePoint calendar item. I'm using the [%Project Calendar/Path%] to lookup the directory path for the Calendar to let the user click through.
The trouble comes in on the Lookup. The path to the page would be: "[site name]/Lists/Project Calendar" but when the lookup takes place in SharePoint designer it returns "[site name]/Lists/ProjectCalendar". It looks like it is removing spaces from information it parses but this is screwing up all the links that the workflow is sending out.
I would change all of the projects calendar URL to not have any spaces that would just be a lot of work at this point.
My questions are:
1) Is this a documented bug or an intentional annoyance?
2) Are there any good workarounds that only use SharePoint Designer 2007 without having to write custom code in VStudio?
Any help is greatly appreciated.
Thank you!