web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / from a dropdown select...
Power Apps
Unanswered

from a dropdown selected result, Lookup and display a hyperlink in a textbox

(0) ShareShare
ReportReport
Posted on by 26

Hi, 

 

I'm trying to use a dropdown selection to display a hyperlink in a Text label. Not sure exactly What the best way to do this is.

 

Currently I have a the dropdown items property set as Distinct(Source, ColumnName), 

 

for the Text label I've tried setting the text property to Lookup(source, Dropdown.selected.result=Thisitem.columnname ) where the URLS are but no luck. 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,494 Most Valuable Professional on at

    Hi @MP_Squared ,

    Assuming you have the same URL on each Distinct item

    GroupBy(
     Source,
     "ColumnName",
     "URLFieldName",
     "Data"
    )

    then use (with your URL field name)

    ComboBoxName.Selected.URLFieldName

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • MP_Squared Profile Picture
    26 on at

    @WarrenBelz unfortunately they are not the same URLs. But let me explain what I'm trying to achieve, I may be going about it the wrong way. 

     

    The intent would be a user would view the gallery of brochures, They would then click the image of the brochure that they wanted to view, using the on visible property of the dropdown menu, would then show/hide the dropdown to show you the available languages for that brochure. selecting the language would then display the URL to the digital version of the brochure. 

     

    Currently the gallery items property are set using the following  ForAll(Distinct('source', Title), LookUp('source', Title=Result)).

    The reasoning for this is because some of the brochures on the sharepoint list are the same but the language column and the URL links are all different depending on the brochure. So I was trying to hide the duplicate items from the gallery. Shown below

    MP_Squared_0-1677851677432.png

    Which then is the reason why using the distinct formula on the dropdown items property since there was multiple brochures with the same languages. 

     

    like I said, maybe I'm approach this the wrong way. 

     

    Appreciate it. 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard