Weirdly, I don’t think that’s right. Putting the sort at the end only seems to sort the last mini-list in the merge, not the entire mega-list. @zachenson did you ever figure this out?

I’m trying to merge two lists for a workaround for “or”-logic filtering a mildly complicated RG. You cannot do ListA:filtered mergedwith ListB:filtered because Bubble reads it as (ListA:filtered mergedwith ListB):filtered.

I thought I found a solution by using workflows to store the filtered Lists A and B in separate states. I then set the data source on the RG to StateA mergedwith StateB:sorted, assuming that Sort would behave the same way as Filter and apply to the final merged list. Nope! Bubble seems to treat them differently, so I’m stuck with (StateA) merged with (StateB:sorted).

I assume I’m missing something obvious because it’s very strange that Sort and Filter would have such different logic.