I need certain elements of the items from the limit1 node inside the update row3 node but theyre not being passed through the scrape homepage1 node. How can I pass them along without using a loop. The merge node doesn’t work bcs pairing is not possible since there is no suitable element being passed into scrape homepage1.
I would need to pass through row_number, so that I have something to match on inside the sheets node.
I need a unique identifier, which is row_number since each item is associated with a unique row_number to be passed on to the google sheet node in order to then be associated with the data that comes through the http request node. I need to update the google sheet with data that comes from the http request node and to identify which row the data from the http node belongs to I need a unique identifier, which is row_number.