HowTo — Call LogicApp recursively

Tarun Garg
Apr 17, 2021

Can a logic app call itself recursively?

Recently I come across an interface requirement where I need to call LogicApp recursively. Initially, I was a bit concerned that is this possible but turned out it's quite straightforward using http action.

Start the logic app with an HTTP call and trigger recursively again using HTTP action. There is no check so if your condition does not end the recursive calling you can create an infinite-ending loop.

Trigger LogicApp

Recursive Logic App

Keep sharing…

--

--