Hello,
I’m new and I’m getting familiar with the tool.
I have this problem, I’m not sure how to go through all my ERP orders and get the “order number” for each order and move the “order number” variable to a URL as an expression for the http request to change the “order number” URL in each iteration.
Yeah, if you want n8n to iterate over all orders you gotta format the data to something n8n understands. The example below should do it. The important part here is the function node that takes the ‘pedidos’ from the first HTTP request and map them to the structure n8n uses.