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?
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
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2