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?
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?
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