Hi, I am new to Power Automate and looking for some help with the following:
I have a Sharepoint List with a list of Contacts which triggers a flow to send an email with a link to an MS Form. When the email is sent, it updates a second List and creates a row with the data from the Title column. When the MS form receives a response, I want the row on the second list to be updated with if Title data matches. I am using the following, but the error message states as per below saying the item cannot be found - it cannot match the two fields in the Lists?:
The data in the both lists and the MS form field it matches from is identical.

Error:
{
"status": 404,
"message": "Could not find list item.\r\nclientRequestId: 24eb2582-8e53-4d55-be56-695c3e2cab73\r\nserviceRequestId: 24eb2582-8e53-4d55-be56-695c3e2cab73"
}
Any assistance would be greatly appreciated.