Email Notification Sends Before Equation Is Complete

How can I delay sending a form email notification until all calculations are complete?

I send an email notification to managers when a form is submitted. The form includes a schedule field that totals a count of 35 other fields submitted in the form. I send different emails based on the count totals. Sometimes it works, but many times the logic is ineffective, and I think it’s because the equation is still calculating by the time the form logic is triggered.

@Henry -

I had a similar issue and the native setup of how Tadabase processes rules (form, table, equations, etc.) is the culprit. There is not a native way to delay a sending of an email based on sequential processing.

The way I worked around it was to use Make.com or similar to trigger an action in TB to send after the equation was processed.

Hope this helps,
Adam