This is probably a foolish question. Does :all exist? :first and :last work beautifully, I’m just looking for items in between.
Backstory: I’m trying to create a workflow where all items after an RG’s current cell (to be deleted) are subtracted by one. For example, for items ordered 1, 2, 3, if I delete item “2” I want 3’s order to now become 2, and so on. This way they’re sequential (I hope that makes sense).