HI @MichaelBailey Yes, you can achieve this using AEP Query Service !Given your JSON data structure, you would use a SQL query with the CROSS JOIN UNNEST() function to flatten the nested array. Try something like this:-SELECT
id,
accounts.accountNumber,
accounts.accountBalance
FROM
...