Hi there,
Is it possible to query the index of an entry within a specific order?
e.g. If I order a list by its creationDate, and wanna know at which index the element with id "12345" is within this list.
r
Ryan
07/12/2021, 1:52 PM
@Luis Kuper ๐
This isnโt possible directly. You would need to fetch the data first and find the index in your application.