Hello, I am trying to append multiple text files from google drive into a single file using retrieve file and then append to text nodes, but “retrieve” only adds file metadata and not the actual file content to the final file. I have tried multiple options, but retreive, get document, export but its not helping. what is the best way to read multiple files (docx, sheets, txt) and append into single file?
I want to pass this single file to an AI prompt. Either i append all files into one, or pass multiple files as knowledge sources to AI, but the number of files can change so I am trying to append all file content and pass it on as one file. Please advise.



