Hello,
I am building a project management tool and want to send daily messages to the users on late tasks, upcoming etc...
to do so, I have created my automation as follow:
The idea is to run automation everyday, look for all users from a table 'participants', and for each one of them search for late tasks assigned to them. Generate an email and send it to each recipient. (I don't want to generate 1 email per late task.... too many messages)
This works great as is, except that if there is nothing late in the queue for a user, he will still get an email with an empty table...
anybody has a solution to add a condition on this automation?
thanks!