forcing a UI refresh (Form and Field events) from a function triggered in a view

forcing a UI refresh (Form and Field events) from a function triggered in a view


We've got Zapier integration nicely adding new records into our app. However, when the records are added, the UI functions are not evaluated, and as such some of the values we compute during a normal On Add event are not completed.  We could always duplicate the calculations into a Function.   

Instead, is there a method to trigger the UI events against a collection of records using a Function triggered from a view?

Thanks in advance