Bypass HTTP data blockade

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.

Anybody any idea how to get that done?

Thanks in advance. Manuel

Is there any condition ?

You can create another path from limit1 to Update sheet3 and add a filter node to filter the items you want.

Using row_number to match data in sheet is quite not ideal. There is no id or unique value to be compared?

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.

@darrell_tw Any ideas?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.