I have a flow that is triggered when a form response is submitted. I then do the following:
- Get the form's response details
- Get the SharePoint list details
- Filter Array where the recipient email address in the SharePoint list matches the responders email address in the form
- Apply to each with an update to a SharePoint list's column to the date the form was submitted
I thought the filter array would do it, however EVERY ITEM in the list is getting updated and not the ones where the email addresses match. Any ideas?