Hi,Thanks for your answers! I found the solution thanks to Adobe Support’s AI, which suggested using ARRAY_AGG instead of ARRAY, along with adding a GROUP BY on the ID.Interestingly, ARRAY_AGG isn’t mentioned in Adobe’s documentation, but fortunately, it works!Here’s the query structure needed to pe...