Email Notification

Hi, I want to set up an automatic email notification to come every day from a To-Do list. But I want to put a command If functionality if there is no To-Do to not send the email (like no task).

What would the formula? I have a check box that you can check on after completing the task. Been trying to do the True & False statements, but email still send’s when there’s no task.

Thanks,
Zach

1 Like

Two ideas:

  1. In the automation UI, you can click between When and Then to add an “If” condition block and check for Tasks.Count() > 0
  2. If your automation is pushing a button on the canvas, you can set the Disable If logic on the button to Tasks.Count() = 0
1 Like

What am I doing wrong here?

08%20PM

So, was able to get workflow to work, but email was still sent when there was no Task currently.

Even today, I didn’t realize you could click between the When and Then to add an “If” condition. Thank you for pointing that out!

I was trying to wrap my Action in the Then with an “If” and that didn’t seem to work as I expected it to. :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.