Hi, I have an array event property with file sizes. So the size of multiple files. I now want to segment on files between a certain size. Given there are multiple possible in the even property, I was wondering how the logic works. This is how I do it just now:
Are values summed up for comparison, does it match every individual file? Does it matach an event twice if 2 array elements match the criteria?