Microsoft Form trigger not working for Logic App

Farzan Hasani 21 Reputation points
2020-08-31T02:56:07.097+00:00

I have a logic app triggered by a Microsoft Form submission. Since today, the trigger has stopped working and there's no record of new form submissions in the Logic App history. It was working without issues for many months until today.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,381 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,856 Reputation points
    2020-10-19T14:17:36.833+00:00

    Taken offline and found that During 8/31 02:00UTC ~ 8/31 06:00UTC there was an Azure Service Bus outage that impacts flow processing in Forms service.

    For the Forms responses submitted during the outage, the flow did not automatically trigger for these submitted responses after the outage. There's no way to make the flow trigger automatically for the Form responses during the outage within the original flow - the original flow will only be triggered when there's a new response submission. But there're ways to workaround.

    The basic idea is: re-run the flow actions for the form responses which didn't trigger the original flow.

    1. Duplicate the original flow.
    2. Replace the trigger with "Manually trigger a flow", add a number input;
    3. In "Get response details" action, replace the field in "ResponseId" with the number input of above trigger, and click "Save".
    4. Then click "Run". In the "ResponseId" field, the customer can enter the ID of the responses which didn't trigger the original flow.
    5. The response ID can be found on form's "Responses" page, via exported Excel or click "View results" button.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.