How do the Boolean operators in smart list filters interact

As you add filters there is a choice of AND or OR, but I can find no description of how these interact if you use both, neither in the (frankly disappointing) User Guide nor various videos I've found. There is numbered field there that I suspect may be useful in adjusting how these operators bind or something, but it's not at all clear how it's used. For example, how do I distinguish

(filter1 and filter2) or filter 3

from

filter1 and (filter2 or filter 3)

Thanks!

Hi @dfmorrison , thanks for the feedback.

You set 'Order of operation' to distinguish the two. On first one, you set order to 1 on filter2 and on second, order 1 on filter 3.

For more details, please check below thread.

Thanks!