I am new to makecom and designing some automation for my business.
I have a scenario in which I am extracting information like product ID, media Id, and main image url etc from the woo module. Before the woo module is a simple google sheet with search rows with a filter to search only if the product id if not present. The woo module though processes the first row and gives the correct output for the first row and it is automatically updated to the google sheet after that.
The problem happens when the second time when I run the scenario. The google sheet does feed the next row as the product id filter to process, the row with no product id, BUT the woocommerce does not assess the new row and keeps on proceesing the same first row url and repeats the same valaue as done on the first run and they get populated in the next row which is the correct row to be updated. I cant get the woo module to process the next row url so that it gives me the correct output. I have 25 urls to process, but one by one.