Sep 12, 2024 07:52 AM
Hi,
I have an automation that looks at a view and adds every record in that view to the email and then sends it at 3pm every day.
How do I stop the email from sending if there are no records in that view?
Solved! Go to Solution.
Sep 12, 2024 08:51 AM
Hey @Swainge!
After your Find Records action, include Conditional Logic -as shown in image below.
Then set the Condition to be: Length of List of Properties (from Find Records) more than 0.
The images below should give you a pretty clear picture!
Within such conditional block, you can include your email action!
Please let me know if you need any further help.
Best,
Mike, Consultant @Automatic Nation
Sep 12, 2024 08:51 AM
Hey @Swainge!
After your Find Records action, include Conditional Logic -as shown in image below.
Then set the Condition to be: Length of List of Properties (from Find Records) more than 0.
The images below should give you a pretty clear picture!
Within such conditional block, you can include your email action!
Please let me know if you need any further help.
Best,
Mike, Consultant @Automatic Nation
Sep 16, 2024 07:16 AM
Thanks Mike, this seems to have fixed it!
Sep 17, 2024 04:12 AM
been trying to sort this for yonks