Hi @BellaSnow5378, If you have just one Object Array in the schema, then explode the Object itself and then use the outer query to fetch the attribute value:Say the object array name is transactionDetails, and there are string fields (transactionAmt, transactionChannel) inside it, then your query wi...