HTTP Get a file - original filename

Hi,

I download a PDF file using the HTTP Get module, then upload this file to OpenAI Vector Store via OpenAI module.
What is the easiest way to use the original name of the file or a unique name and not the version automatically renamed by the HTTP Get module (file.pdf)?
(unfortunately there is no mapping option in the OpenAI module using unique filename and passing file data in other field)
Thank you very much in advance for any suggestions.

In the meantime, I solved the problem by uploading the file with a separate OpenAI module, not directly with the one I use to create the Vector Store. This way it works with mapping for custom naming.

2 Likes