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.

