Skip to main content

Hi,

 

I have recently created a trigger with filter to compare a date field with today.

 

The issue is that this trigger is considering all the rows where this date field is being updated and sending multiple emails (over 100)

 

I just want one email when my model loads.

 

Is there any way to somehow restrict the action flow to only one execution ?

 

Hello, have you tried simply setting a limit in the first module? You can usually set a row limit = 1. Try with that change and please tell me if it worked for you!

Thank you


@Raman Silotia If you use the Text aggregator, there you need to avoid the "Group by". This is also a main reason why you receive for each item a separate Email.


Hi,

 

Thanks for the responses.

 

I used text aggregator and it worked for me.

 

Thank You


Reply