How to zip multiple images & send them via email?

Hi @ManyQuestions, I am not quite sure what your Split In Batches node does in this example workflow (seeing you only have a single item anyway), but in general you can use this approach as the foundation.

Once you have merged multiple separate n8n items with different binary objects into a single n8n item, you can use the Compression node to get your desired ZIP file. Like so:

Hope this helps!