I'm trying to get 4 different queries' response from gpt-40 and append them on a google sheet, with each output in a different assigned column (but same row). The problem is that:
when I run the workflow it's unreliable. some times only the first http request goes, sometimes two, but never all 4 together in order.
even if I run them one by one manually, I'm still not able to get each http request output to their assigned column.
I only get the same output repeated 2,3,4 times across the columns.
How can i solve this problem??