Reputation: 557
I have two lists in sharepoint. List A (Template) and B(population). List A contains column "Employee Login ID" and List B contains "Employee_PrimaryLoginID".
I want to create a vlookup, So whenever a new record in List A gets created, a column named "Submitted" will be edited in List B.
I want to lookup on "Employee Login ID" and ""Employee_PrimaryLoginID" , as "Employee_PrimaryLoginID" in List B is the full set, and when a new record is created(in list A) I want to be able to view that is have been created.
Hopefully this makes sense. Here is what I have tried using Flow:
Upvotes: 2
Views: 4082
Reputation: 621
According to my understanding:
If yes, please following steps:
1.Set "Employee Login ID" in ListA is unique value and required column
2.Set "Employee_PrimaryLoginID" in ListB is unique value and required column
3.Create Microsoft Flow
4.Save and Test flow
5.When you creating new item, the ListB will happen as shown below:
Upvotes: 2