polling in logic app

Revathi Subramaniam 21 Reputation points
2020-10-26T07:58:33.287+00:00

Hi,

I have Logic app which runs max 5-8 mins and have set it up as asynchronous response. but Source system need to get response once completed logic app task. for that i need to do polling in logic app itself .

I don't have any idea about that.

Could you please suggest me in what kind of way we can achieve this in logic app itself without function.

Please give me sample to do the same.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,805 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,899 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,761 Reputation points Microsoft Employee
    2020-10-27T04:24:25.97+00:00

    @Revathi Subramaniam You can use the Recurrence trigger to poll an endpoint and use Conditional statements to control what happens based on polling results.