New ":index of" operator

I saw yesterday on a Bubble LinkedIn post that a new “:index of” operator has been added. Nice add for those of that have been doing workarounds for this over the years.

Awesome! Bubble needs to add list more mutations like splicing or at least ‘insert at index’.

Yeah, can we get all of the listshifter/floppy functionality natively please?

What does this new operator do please? What would be a good use case for the average bubble user?

I think is this. I need to think about the uses cases but is cool to have more tools at our disposal

This should also be available when Schedule on a list is used as This item:index of

Doesn’t seem to be the case actually.

:index of is used on a list. e.g List of Users:index of Current User = 1.

You’re thinking of :item's index which should be on This X values (from a list like :format as text or schedule API workflow on a list)

Yes sorry. I think both should be available :wink: