Flow to update list item
I have a SharePoint list for users who have access to a system that requires annual training. Users respond via an MS form to confirm they have completed the training and the list has the most recent date the training was completed. I am trying to create a flow to update the most recent completion date on the list item automatically with the MS form submission date but I’m struggling as the response ID does not equal the list item ID.
I want to build the flow to update the item if the submitter’s name on the form equals the user’s name on the list item, is this possible?