I’d like to compare two images using the OpenAI - Analyze Image node in n8n.
However, it looks like this node only allows uploading a single image (there’s just one field for the image).
Is there a way to upload two images so they can be compared directly within this node? Or do I need to use another approach / node to handle the comparison?
How to assemble the two binary files? data and data2 come from two different nodes (download file(data) and download file2(data2)). I only have access to data2, which comes from the last node, but not to data, which comes from a previous node.