Hi,
I want to configure an alert activity where all incoming transition creates single deliver alert on my inbox.
Unfortunately, this is not happening and I am getting multiple alerts.
How can we merge all of them into a single alert?
Thanks,
Vishal
Solved! Go to Solution.
Hi Vishal,
You can use an AND activity to combine all incoming transitions into one outgoing transition and then place Alert activity after that.
Only when all incoming transitions have completed execution only then the alert will be sent.
Downside of this is that data from only one of these transitions will move forward into Alert.
Regards,
Vipul Raghav
Sent from Mobile
Please excuse brevity
Hi Vishal,
You can use an AND activity to combine all incoming transitions into one outgoing transition and then place Alert activity after that.
Only when all incoming transitions have completed execution only then the alert will be sent.
Downside of this is that data from only one of these transitions will move forward into Alert.
Regards,
Vipul Raghav
Sent from Mobile
Please excuse brevity
Hi Vipul,
Thanks for the suggestion. I have tested that too and yes, I see only one alert landing with the calculations.
Is there a way we can combine the alerts? Wanted to count the population using (vars.recCount). Can we define a variable and call it on alert activity?
I have gone through the other articles but I do not see anything that can help.
Views
Replies
Total Likes
Hi Vishal,
You can define an instance variable each for every transition and store respective vars.recCount.
Then before the alert create final instance variable and save the sum of individual transition instance variables in it.
Regards,
Vipul Raghav
Sent from Mobile
Please excuse brevity
Hi Vipul,
Can you please share an example?
I have done that but that always gets me the same results.
See mine:
Views
Replies
Total Likes