When triggering an Automation, is it possible to perform something like the take(x) function? Scenario: I have n items, I want to take the next x . Anything I don’t process, I will leave alone for the next round. For the Automation effect, I see the input param can be customized but in the options available, i only see filtering of attrs (note: i looked into filtering by time window but it will not work necessarily because we may not want to take everything in that time window and the delay between the automation trigger may skip some items). Looking at the Automation effect, the grouping only comes at a per item, groupby, and batch. However, these will kick off independent functions which isn’t necessarily what I’d want. Is there something I missed here?
Thanks