Database

[{"mail":"sample@sample.com","name":"sample","businessesAllowed":[{"_id":"ENE","contractsAllowed":[{"_id":"TRA"}]}]}]

Query

db.collection.aggregate([{$set:{clientsAllowed:{$cond:{if:{$and:[{"$eq":[{$type:"$bussinessAllowed"},"array"]},{$ne:["$bussinessAllowed",[]]}]},then:"SampleClientsAllowed",else:false}}}}])

Result