Extracting Result from 2 Lists

Hey Guys,

Lets say i have a List with nearly similar Data. Only 2 Rows are different.

Whats the easiest way to extract these 2 Rows?

Hey! You can use the :merged with and :intersect with operators in Bubble to achieve this - Operators and comparisons | Bubble Docs

:merged with merges two lists of things. :intersect with takes two lists of things and returns the entries that are in both lists. To get the 2 rows, you can first merge the 2 lists to get all the entries and subtract the intersection of the 2 lists.

Let me know if this makes sense :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.