Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Which is faster, slice or Valid If formulas

I have a choice of filtering some dropdowns with rather complex fomulas, or creaing slices with those formuas (and then simply pointing the dropdown validation to the slice).
Does the slice option provide better sync times?
Thanks

Solved Solved
1 4 585
1 ACCEPTED SOLUTION

The Valid If expression is evaluated each time the physical row is modified (but not when virtual columns of the row change), such as when edited in a form or modified by an action.

A slice filter expression is evaluated any time the row or any of the values used by the expression changes, and at every sync.

View solution in original post

4 REPLIES 4
Top Labels in this Space