How to get the last, filtered bundle?

I need to skip all the bundles from an API except for the last one that matches a filter.

Any ideas on how to find that last one without acting on all the others as well?

1 Like

@pauleden_ensign

Generally speaking I would use the Array aggregator module to put all the bundles into a single array then reverse the array order and select the first item:

Jim - The Monday Man

1 Like