Hi @BellaSnow5378 , You can achieve this by using an Inline Function, sample query is mentioned below:SELECT inline(array(struct(1, 'a'), struct(2, 'b'))), 'AAA';https://experienceleague.adobe.com/en/docs/experience-platform/query/sql/syntax#inlineFor more details on higher-order functions follow th...