I have "Person or Group" column in a custom list of a sharepoint online site. The users get pulled up fine when adding or editing the list item. In the SP 2013 workflow designer I am not able to get the email address out of this column. The only thing I get in return is blank in the Title column. What should I do to get the email address from a Person-Group column?

enter image description here

My final objective is to build a comma delimited string of unduplicated email addresses which can be sent email at the end of the workflow.

Thanks.

有帮助吗?

解决方案

Being a newbie, I didn't know that I can get the email addresses directly through the REST call. What I was getting was the StaffId from the plain REST call I was making. I read up on some of the parameters like $expand and $select that could allow me to get to the person-group column details like email address, department, etc. This solved my issue.

Thanks for all the feedback!

许可以下: CC-BY-SA归因
scroll top