Google Drive watches a folder that contains a grading rubric for new assignments. Then sends to ChatGPT and gives feedback on the assignment according to the rubric file in the folder, puts that feedback into a Google Doc and then uploads that back into the folder.
I have got the workflow working for the most part but the feedback file that is uploaded from the Google Docs node is empty. For some reason the response from the OpenAI node is not being sent to the Google Docs node successfully.
I have also tried adding an Extract From Text node between the OpenAI and Google Docs node but the feedback doc is still blank.
I have also uploaded a screenshot of the OpenAI node output
Here is a screenshot of my Google Docs node. I’m assuming I need some sort of variable to pull the content from the Input to the Output of the Google Docs node?