First, how is batching defined within the group execution context?
Secondly, if we had an incremental ingestion transaction of 3000 items, where we might see grouping of 1x 1000 items, 2 x 500 items, 1000 x 1 items, what are the limits for a function backed action. My understanding is that there would be 1003 groups created that would trigger 1003 automations. For the function-backed action within the automation, can it support the input of an object set of size 1000?