Hey,
So i have a scenario where i upload a file to an open AI assistant to be edited and split into 4 documents. When the assiatant is finished i can see the 4 file _ds however when i go to create a document i cant get the seperate file ids. Any ideas?
The file IDs are in an array. When you see array, use an Iterator module.
Then, you need to use the Make an API Call module after the Iterator if you want to download the generated file from OpenAI.
Finally, you will likely want to use the Google Drive “Upload a file” module, instead of Google Docs “Create a document” module.
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
Thank you! I have a python code i need to get the file IDs into however when i try and add them to a google doc its creating 4 seperate google docs and not combineing them on to one sheet?