Hi @JAGATDEEP_PATTNAIK
The map is being serialized into a JSON object before being stored in Couchbase, and JSON objects are not guaranteed to maintain ordering. If you’re relying on a particular ordering you either need to do that yourself in the application, or use a data structure that will map to a JSON array instead.