I have a power automate flow with the following steps:
1. When a file is created in a folder (Sharepoint) - I upload a simple form with an ID, Date, First Name and Last Name
2. I use AI Builder to read thru the form and get the necessary data in the form: ID, Date, First Name and Last Name
3. I use Get Files (properties only) to get ID
4. I use update file properties to update the Sharepoint properties of the document. The Sharepoint document library has the columns ID, Date, First Name and Last Name that should reflect what was in the file.
The system does not work properly because all the files get updated with the info taken from the last file in the list. See attached for my workflow