Hello community,
I hope someone can assist me.
I have 2 Sharepoint lists
- 'MainList' - where data will be entered through a form
- 'LookUpList'
In 'LookUpList' I have a People column which allows multiple values called AccountContactEmail2 (and shows field as Email)
In a Form to enter the data to the 'MainList' - based on the AccountName (DataCardValue5) someone choses, I want the info to be populated from 'LookUpList' into another datacard.
I have tried both label & combobox:
Filter('LookUpList', Concat(DataCardValue5.SelectedItems, Value& "," in Concat('MainList', Value&","))
Concat(ThisItem.'AccountContactEmail2';DisplayName;", ")
If(!IsBlank(DataCardValue5.SelectedItems.Id), LookUpList(DataCardValue5.SelectedItems.Email).mail)
Any ideas?
Thank you,
Evina