Sort Item from 3-∞

Hi :raised_hand_with_fingers_splayed:

You cannot achieve this with the dataset, the only way is using data binding, save the first three items in an array, do a query and get the new items (filtered) and run a check to remove the any item that are similar to the three ones you have, you’ll need a nested for loops to do so.