Hi everybody!
I don’t know if it is the bug in n8n or Apify.
Have an essue with integration with Apify via http request node.
I use post method and JSON to pull info in actor I need.
The problem:
From google sheet I get URLs (indefinite number) but it’s other thing, that I’m gonna solve.
Hey @Vasilii_Danilin , try engaging Loop node with a delay in between the requests and see if that helps. I suspect that HTTP Request node sends all the requests concurrently (when there are many rows retuened by the spreadsheet) that creates heavy load for Apify.
Hi @ihortom!
I understood, that in my JSON that goes in http node I use the format, when it writes every link that I have in the google sheet and use it to start Apify actor.
So now I just make a single array of references to run a single actor with all references.
This is the expression of Set node to make a bundle: