
I have a flow that triggers when a new request is submitted, and then I add a "Get response details". That triggers a "Apply for each" that I don't need, because it is just one response that comes in. How do I get out of that?
List of response notifications: @{triggerOutputs()?['body/value']}
List of response notifications Response Id: @{items('Apply_to_each')?['resourceData/responseId']}
After help from a friend, the solution was to NOT use the template that starts with a forms request, but start with blank, and the "Apply to each" will not show up.