Hi all,
Hoping you can help as I've been trawling the forum for solutions but nothing I have found so far has helped. I'm trying to update an existing SharePoint list item with new information received as a microsoft forms response. The current point I'm using to try and locate the item in the list is the employee's name, so it is both a column in the list (Name) and a field in the form response (New starter's name).
I've included pics of what I have tried so far, if you can see something wrong with them or have a different way of achieving what I need please let me know. Thankyou!
One thing I have noted is that in many of the processes I am trying to follow, the initial output selected is a list action, whereas the only one I have available is the response ID

The first was following this process
Solved: I want Flow to use a FORM that, when submitted, wi... - Power Platform Community (microsoft.com)


Where the functions in the update item action are
body('Filter_array')[0]?['ID']
and
body('Filter_array')[0]?['Title']
The other I followed was as follows: