Hi 🙂
I have 2 Parts that would be great for some help please
I have 2 lists.
List 1: Name + City (BLANK to start with)+ other fields
List 2: Name + City (Contains a value)
- If users name/email exists in list 2, then autopopulate the city field with the city field in list 2.
P.S
- If list 1 was to contain lets say over 2,000 records, is that a problem for powerapps and should I stick to using MS Flow instead?
Is this easy to do/ please any tips/pics?
What would the formula be?
Set L2City Default to If(L1Email=L2Email, L1City, "").