I am using Visual Studio 2012 for developing workflow 2013 and I have a problem getting list by its name. I have LookupSpList activity but it has input only list guid, not name and I can't select list from drop down because of a SP bug described here:
http://blogs.msdn.com/b/chandru/archive/2013/07/09/lookup-activities-in-visual-studio-for-sp-2013-workflows.aspx
But I can't do that because guid isn't fixed value on different machines.
Is it possible to get list by name? I know I can do that with custom activity or web service, but I would like to do it with SP build-in function because it is a basic task.