Hello,
i have a canvas app and i have two data SharePoint list connections:
at my canvas i have the below fields:
how can i show the hostname value from field 2 based on the name of the user?
thank you in advance.
Thank you @zmansuri where do i put the formula?
on the Datacard or at the Datacardvalue and where exactly?
UserName |
A |
B |
C |
HostName | UserName |
Test1 | A |
Test2 | B |
Test3 | C |
You will need schema like this to get 1 field based on another field.
Dropdown1 will contain usernames.
For the field You can just write
LookUp(List2,UserName=DropDown1.Selected.Value).HostName
This will go to list to and compare selected user name against list 2 and give relevant hostname
WarrenBelz
146,601
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,942
Most Valuable Professional