Hi. I’m by no means an expert, I started playing with n8n just a few days ago, I built this from scratch.
What is this doing? Taking text in other language, extracting data, translating it etc.
Since the original website has no RSS or any other feed, I’m using my python script to parse news that I want to translate and put into my test website (to be precise - to get links to these entries). These entires are being saved in csv.
The problem appears when the main loop starts - first run is going as intended, but on the second round, the second loop is doing nothing (it is supposed to get a list of images to upload to my ftp).
Everything else seems to be working fine except that second loop.
I tried “reset” option, but it makes it to loop into infinity.
Maybe I’m doing something wrong. Endpoints of main loop are connected to nodes with Wordpress operations, the second loop is ending in other place.
Everything works if remove the main loop and pass only one link, but that’s obviously not a solution.
I’m trying to understand n8n, so I hope someone will help me. Thanks.