Hi all,
I have two MS forms
Form 1 is filled by the user with various fields such as date, name, etc. and is then added to a SharePoint list. This is an approval form which uses the approval template on power automate.

This flow updates the SharePoint list based on the unique approval ID, and then sends an email with the link to the second form.
In the second form, I have a simple yes/no option that I want to update in the same row of the first form that was added to SharePoint. This is the part that I need help with. After some googling, the suggestion was to use a unique ID and ask the user to enter the unique ID from the first form into the second form. Then in Power Automate check if the ID's match, and if so, update that row in the SharePoint list. This is what I have done so far but I am unable to see any changes in the SharePoint list.
