Flow diagram is not executing http requests

Hi, I have following issue in my flow diagram - I try to achieve to create a flow which would test API with different accounts. The flow now does not execute any http requests, and the intention is that a http request would be executed once per account in the input list.

Your HTTP request seems disconnected from the For loop. Connect it and map the iterated variable properly, it should execute once per account.

Hiya, yes that was it - for loop’s item needs to be connected to the http request’s send. Thanks Luke :+1: