Currently if you have a list of objects and you want to filter to a single object you need to perform two activities on it: filter and head (both list operations), there should be an option in the filter activity to return the first object only (just as we do in a database retrieve activity) and therefore no ‘head’ activity is needed.
Doh! That works! Thanks Axel!
Try the ‘Find’ operation.