I have a flow setup when a form is submitted, it should send an email and create a calendar event. This flow has worked perfectly over the last year. Today the form was submitted and nothing output. I tested the form and when I tell it I will trigger the event it works. Only when it is not specifically waiting for it does it not work. I read previous posts about the delay, so I tried to recreate based off this article, Building flows from scratch that handle Microsoft Forms responses | Power Automate ブãƒã‚°. I get an error now when the form is run:
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['body/resourceData/responseId']' is of type 'Integer'. The result must be a valid array.
From what I can tell it is in regards to the response Id in the "get response details" action.
The flow will complete upon the submission of the trigger event, I just get the above fail log for every run.