2 Where can you use the {{ Person.UrlEncodedKey }} variable? 3 Jon Horton posted 9 Years Ago I'm interested in using the {{ Person.UrlEncodedKey }} variable within an email initiated from a workflow. Is this possible? If not, is there another variable that's available? Thanks!
Jon Horton 7 years ago @Chris This was exactly what I was looking for, and it worked perfectly. Thanks for the response 16 months later! :)
Jon Horton 9 years ago For clarity, we don't want to access the variable of the current person. We have an additional person lookup attribute in the workflow. We use this attribute to send an email to the person. Is it possible to access the UrlEncodedKey from a person attribute other than the current person?
Jon Horton 9 years ago This worked, and returned the right attributes, however when I attempt to visit a URL with the UrlEncodedKey, It doesn't sign me in like it does when using the Photo Request feature. Url: https://beta-rock.newspring.cc/WorkflowEntry/34/{{ UrlEncodedKey is rendered here}}. Am I doing this right?