I’m currently building a Make.com workflow where I retrieve tasks from ClickUp, download the attachments, and then send these documents to ChatGPT for copy improvements. I’m storing the attachments in a vector store, and they appear to be saving correctly. However, the ChatGPT module is unable to read these files—almost as if there’s a permission or access issue.
I tested the same prompt in ChatGPT’s Playground, and it works fine when referencing the stored documents. The problem arises only when I run the full workflow in Make.com. Has anyone experienced a similar issue or have any suggestions for resolving permission/access problems with ChatGPT reading attachments stored in a vector store on Make? or Any other better way to improve this workflow?
Thanks in advance!
This is my general workflow:
Configuration of the ChatGPT module:
I put a timer to give time for the files to refresh but it still not working.
Error I am getting