Set default text box value from SharePoint list Colum based off Dropdown Selection to write to different SharePoint list. I am unable to get it to populate the data in the field.
LookUp('Sharepointlist1', 'Administrator Email' = ThisItem.'Administrator Email', EnityDD.Selected.Value)
Hi @tkshepley ,
Maybe you could try the following formula:
LookUp('Sharepointlist1', 'Administrator Email' = ThisItem.'Administrator Email'&& Column1=EnityDD.Selected.Value).Column2
or
LookUp('Sharepointlist1', 'Administrator Email' = ThisItem.'Administrator Email'&& Column1.Value=EnityDD.Selected.Value).Column2
Best Regards,
Charlie Choi
Neither of them worked, I do not get any errors it just will not populate.
User | Count |
---|---|
255 | |
114 | |
95 | |
48 | |
38 |