Hi there
I guess that’s an easy one for the pros. I would like to sort a list of object by date.timestamp value.
I have no problem as long as I use the createTime:
SORT_BY_KEY(data.Travels1, “createTime”, “asc”)
but I have troubles when trying to sort by date.timestampValue. I guess it is a matter of syntax.
I tried with all different sorts, for example:
SORT_BY_KEY(data.Travels1, “fields.date.timestampValue”, “asc”)
but with this for example I get the error message that “Value “fields.date.timestampValue” is not any of the following createTime, fields, …”
That’s the schema: