Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

one canvas, two data list connections, filed 2 from list B to show data based on data from Field 1 from list A

(0) ShareShare
ReportReport
Posted on by 247

Hello,

 

i have a canvas app and i have two data SharePoint list connections:

  • List A
  • List B

 

at my canvas i have the below fields:

  • Field 1 which is the Name of a user from List A
  • Field 2 which is the Hostname of the same user but from List B

 

how can i show the hostname value from field 2 based on the name of the user?

 

thank you in advance.

  • kouliscon Profile Picture
    247 on at
    Re: one canvas, two data list connections, filed 2 from list B to show data based on data from Field 1 from list A

    Thank you @zmansuri  where do i put the formula?

     

    on the Datacard or at the Datacardvalue and where exactly?

     

  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at
    Re: one canvas, two data list connections, filed 2 from list B to show data based on data from Field 1 from list A
    UserName
    A
    B
    C

     

     

     

    HostNameUserName
    Test1A
    Test2B
    Test3C

     

    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

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,601 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,942 Most Valuable Professional

Leaderboard