Trying to get my makeshift vlookup to connect my two lists. The idea is when a user modifies a record it will reflect from List Template to list population.
The "vlookup" is based on EmployeeLoginID (template) Employee_PrimaryLoginID(population). The columns supposed to be updated are "Submitted", "Yes/Idk" and "No".
This works when I create a record from scratch but not for modification.
Can anyone help with this?
Condition one: Vlookup(if employeeloginid exists in template) and fill in "Submitted" in population.
Condition two: Vlookup(if employeeloginid exists in template) and fill in "Yes/Idk","no" in population if those fields are chosen as Yes/Idk , No in population.