Can I create a list of ActivityHistory or OpenActivity records?

Thanks Zach, this was perfect! I didn’t think of using templates for this, that was a great idea. In case anyone tries something like this in the future, make sure you include AcitvityHistories as a child relationship in your model, and set Properties > Fields to Order Records By to “ActivityDate DESC NULLS LAST, LastModifiedDate DESC”, otherwise you’ll get an error.