How to make a loop in process?
I have a variable in that have multiple emails comma separated like "abc@pqr.com,lmn@xtz.com,kkk@jhl.com"
I want to prepare a loop in process to send mail individually to all.
Then the number of emails is dynamic. I don't know the number of users.
-
正式评论
Hi Rakesh Burde,
Do you really need to shout out individually email when you have comma separated emails with you?
In most of the business use case, user uses semi colon separated variable and sends out individual email template.
So, we suggest you to use Update Process Data and replace comma with semicolon if you wish to do so.
OR if you still wish to send out individual email, let us know where is the comma separated emails formation happening? in the eform level?
Please describe in detail, so that we can suggest the best possible answer.
Regards,
AgilePoint Support评论操作 -
Actually the case is like this.
1. I have the main form and one subform.
2. The subform has filed "email". So the user can open multiple subforms. The email comes from DB and populates in the email input box in a read-only mode according to a selection of other fields in a subform. This part working correctly.
But it may be the case that the same email comes in multiple subforms. So if I use loop activity to send an email, then the same email goes to one user multiple times. So I use Javascript to remove repeated email and put all emails in the input box with comma-separated.
Now I want to send an email individually.
I can remove comma with a semicolon, If require
Thanks
请先登录再写评论。
评论
2 条评论