Seperating email addresses returned by SharepointUser Smart Object

  • 6 February 2020
  • 1 reply
  • 2 views

Hi,

 

I have a picker control in a form where the users enter the names of the persons to be notified via email. I save this picker control data onto a Sharepoint List smartobject.

 

In the workflow, I need to send an email to the above selected set of users. Hence I used the "Get Users by ID's" method in the "SharepointUser" smartobejct and selected the return property as the "User Email". For the input of this  method I passed the "User ID's" from the Sharepoint list smartobject.

 

The issue I have is , when multiple ID's are passed , the return email addressess are all connected together and the workflow throws an error email address is invalid. Is there a way to get the email addresses delimitted with a character so that they can be used to send an email.

 

If not is there an alternate way to achieve this. Any help would be highly appreciated.

 

I have attached the returned email addresses herewith.

 

Regards,

RanaK


13108i7BD8ADFC7AE37241.jpg


1 reply

Hello - 

 

I usually will create a text variable within the workflow and set its value to  Text >> Replace ".com" with ".com;" 

 

Then I use the text variable in either the TO: or CC: location 

 

 

Reply