Hi,
I'm testing a flow where i write data i receive from a microsoft forms submission to an excel sheet to mutate later. In the past this was no problem but now something changed in the way I get te response details. When using the action to get the response details it is automatically put in a for each loop.

Due to this i cannot access what is inside the form response and get the following error when testing:

If i remove the for each loop to get the following flow:

I get the next error:

So i have to choose between not accessing the response, or not accessing what is in the response. Can someone tell me what i am doing wrong?