Hi There,
I have a Flow that takes data from a Form and creates a Sharepoint list item. The form is a 'Working from home' form, so staff can fill in the days they are in the office or working from home.
When I run the form, the flow works where it creates a Sharepoint List Item with the Staff members Name, the Days (Mon - Friday) and what they've selected: For example:
Name: Joe Bloggs Monday: Working from Home, Tuesday: In the office....... and so on.
The problem is the flow creates the first list item and keeps creating more list items if the user re-submits the form. Is there a way for the flow to check if there is already an entry for Joe Bloggs and simply update the day fields with the new data?