Mysql query output

Hi, a question:
Is it possible to use the Output of a mysql Query (For example: 6 entries) to use these 6 entres one by one in a further node ? Example: Make 6 Http Requests.

Thanks,
Stefan

Yes, that is actually the default behaviour. Simply reference the values in the HTTP Request Node and it makes one request for each item with the appropriate value.