I have googled till my eyes are crossing and I cannot figure out how to set a person or group field value to a SharePoint group with a variable. I have a Calculated Value field that takes a location number and concatenates it with text to form the name of a SharePoint group for that location. The groups have already been created on the site and are available to the list.
I need to set item level permissions for the SharePoint group. The only way I've been able to make it work is to type the group name into a separate Person or Group column and let it resolve. When I do that, I can programmatically use the Person/Group column in the Set Item Permissions action. I need to copy what is in the Calculated Value column and put it in to the Person/Group column in the workflow. Any ideas? I have tried many permutations of variables, data types, single line text variables and nothing has worked thus far.