I am using a node read/write files from disk and giving the file path it’s gives below output but I want file content. Although I can see the file content when i click on “View” button as evident in the screenshot but ame thing i am unable to provide to next step [ { “mimeType”: “text/plain”, “fileType”: “text”, “fileName”: “test_file - Copy - Copy - Copy - Copy.txt”, “fileExtension”: “txt”, “fileSize”: “12 B” } ]
You can’t pass the file content directly if it’s in binary format from the previous node,
You’ll need to use the Extract from File node → Extract from Text File,
and then pass the output to the LLM node..
I modified your workflow to include that node, here’s an example:
⚡
If this solves your problem, feel free to mark the reply as the solution it’ll help others with same issue, and it also helps me on the leaderboard