Form Data API Call with Same Input Name (limitation?)

Hi everyone,

I think I found a bit of a silly limitation - I am happy to look into another solution, just want to make sure I am correct.

Consider this APi call to Open AI Image Model
https://platform.openai.com/docs/api-reference/images/createEdit

When I set it up, I can do it, it works fine

But when using it, here is the issue, they don’t show up in my workflow action as an option: (private is unticked, before you ask)

Any recommendation?

I found a solution (it works for this Open AI call (you would have to test for another case)
Solution by Claude - sorry I asked here

Solution 1: Use Array Notation for Keys

Instead of multiple “image” keys, try using array notation:

Key: image[0]    Value: shopping.webp
Key: image[1]    Value: licensed-image.jpeg  
Key: image[2]    Value: (your third image)