I need a way to group all of the new rows from the scheduled run into one place. I need to get AI to analyze the new rows all at once. Sending out each individual row via HTTP API means a bunch of new triggers for the AI workflow. I need to catch them all, then run the AI workflow, or I need a way to group all the new rows together in Clay and then send out one HTTP API action with all of them, that way the AI workflow only receives one trigger, with all the data.