I have a variable in a workflow that is of the type "Person or Group".
The initiator of the workflow selects the names that they want to assign the task to using this variable on the start form.
I am trying to capture the Display names of the people they have selected.
My intention is to write the names of the assigned personnel in a message that is emailed to a supervisor.
I cannot find a way to capture the Display names.
I can set another variable of type "Single line of text" to the content of the Person variable by using the Set Variable command without coercing it to Display Name.
But when I try to set the Text variable to the Display Names
I get "Coercion Failed: Unable to transform the input lookup data into the requested type."
And when I try to set the variable to just Display Name …
I get ONLY the Display Name of the last person entered on the form.
Is there anyway to capture ALL the Display Names of all the people selected in a Start Form Variable?