N8n randomly misses to update google Docs fields

Hi Fahmi, yes, all exists… actually, it works perfectly 90% of the time… just that within a loop of 10 runs, 1 of them, it returns completely blank, but all other 9 runs, it goes perfectly fine.

Hi there, i see that in order to update the doc you are relying on the Gpt Message a model to output it’s answer in a certain JSON structure, where you will take that structure in the later google docs node

do you confirm that for the execution where the data is gone, the GPT node output it’s answers in that same structure and the value that you use in this JSON

{
"summary": "",
"experience": [],
"Bullets": [],
"skills":[]
}

all exists?

because i see you are checking the experience array for the index 0 and 1, you are also checking the Bullets array untill index 5, where i do not see if there’s any guarantee that the GPT node will output it untill the index 5

something like that, i hope you understand, thank you!

Hi there, I confirm that for the execution where the data is gone, the GPT node output it’s answers in that same structure and the value that you use in this JSON… it works perfectly.

The only problem is that I run a loop for 10 executions… 9 of them go perfectly fine, and 1 of them comes blank. I think that if the structure was wrong, none of the runs would work, right?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.