Hello,
I am having a little trouble trying to figure out how to take data from one sharepoint list and update another sharepoint list with it.
So i have two sharepoint list Employee Master Data and Employee Edit. What i am trying to do is when an employee submits a new item in "Employee Edit" it will update the data in "Employee Master Data" after a quick approval process. However i am having a hard time figuring out how to match the two lists togther.
From searching and reading alot of examples they mostly suggest using the List ID to match the two lists. However The employee recond at ID 20 on the "Employee Master Data" list is not the same as the record at ID 20 on the "Employee Edit" list.
I am aware that i need to find a value in both lists that will stay static as a way to link the two, of which the Email value is the best i can come up with.
Can anyone provide any suggestions or shed some light on a good way to go about this.