got it working
just added a formula to return the values as mongodb obejctid
mongo_object_id(this) and voila i get it n the
{
"createdBy": {
"$oid":"59e102b3682f0d57f049c27b"
},
using random objectids from my dataset
got it working
just added a formula to return the values as mongodb obejctid
mongo_object_id(this) and voila i get it n the
{
"createdBy": {
"$oid":"59e102b3682f0d57f049c27b"
},
using random objectids from my dataset