I am creating a flow that is triggered by a form.
When a form is filled out by a client, it creates a list in Sharepoint. It then sends a 'Custom Response - wait for one response' to a specific member of our team, who selects which level this client should be on. There are three options. Depending on the response, the list created at the start, should then be updated to show the correct level as chosen by our staff member.
For some reason, the flow fails before it even gets there and I am not sure why it is not getting past it.
My flow looks like this above.
This is what the "Custom Responses - Wait for one response" Approval request that goes to our team member looks like: (it is currently set as me for testing)
And the Switch variable is on "Approvers Item"
From there, it goes into the different actions depending on the level approved.
But it looks like below when I test it:
The thing is, it fails on "Update Level on List" before the level is even chosen in the Approval. I am not sure what is wrong with it. This is what it is saying is wrong:
Someone please help me and tell me what is going wrong.