How can i analyse more then one images with OPENAI

I would like to be able to upload several images with my form and then analyze them.
How do I implement this?

Currently i can this with just one uploaded file.

Current Flow:

1.) Form submission
2.) Upload Google Drive
3.) Download Google Drive
4.) Analyse with OPEN AI
5.) Send Summary per Outlook

1 Like

Hi
I think you need to use the Split Out node. Ive got a slightly similar workflow that takes email attachments where I need to send them to Drive - the split out function allows this to be sent in batches to the next upload node.

1 Like

hm i dont understand.

This is my current flow.

This is just for one image upload.
But when i want more then 1 upload what do i need to change?

1 Like

you could try a loop maybe?

1 Like