I’m having this problem in a table that create reports for my reservations app. In the table there is not a single virtual column, all of the columns calculate only when the form is saved.
But funny enough when i save the form it just computes inmediately but the problem is when i want to edit this row or create a new one.
The input needed to create the report are the following:
Beginning date.
End Date.
Building of report.
Also. if i edit this form and change any of those inputs, when they are changed the app freezes for a little bit.
What could be the problem? i cant find anything that could be causing this.
Depending on the number of columns that are doing cross table queries in Valid Ifs or in app formulas, you may experience latency (time between a button push or a column input change and downstream data changes or UX navigation), but these will not affect sync time.