Hi guys,
i have a SmartObject property called Emails which contain two emails with ; seperating them, so i drag in the Email control on my workflow to my Task recipient but task only drop for one email instead of the two emails
Hi guys,
i have a SmartObject property called Emails which contain two emails with ; seperating them, so i drag in the Email control on my workflow to my Task recipient but task only drop for one email instead of the two emails
You are assigning a task to one person, but want the e-mail regarding the task to go to multiple people?
Ah, ok - what you need to do is change the function that returns the list of email addresses into a list instead of a semi-colon delimited string. I don't think the task assignment parses by semi-colon. Does that make sense? Do you have control over the function that returns this list of emails?
Ok - then use the K2 "Split" Text function on the return value from this SMO to split it into a list of values by semi-colon
Hi
Please refer to the below screenshots as reference on how to use the Split function on the Task Recipient to split the list of email addresses returned from a SmartObject so that the Task is assigned to all users.
Regards,
Kimberly
K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.