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 / 1. BrowserGallery sort...
Power Apps
Answered

1. BrowserGallery sorting by which item? 2. Opening a new email in outlook by clicking on an email-link in my app, BUT open a specific email-template?

(0) ShareShare
ReportReport
Posted on by 95

Hello together,

 

1. question:

My BrowserGallery has all imported items from an excel-sheet. But the sort-button doesn't work like I would like it to. How do I find out, by which item the list gets sorted? I want the list only to be sorted by the company's name ("Firmenname").

DoctorJaegerX42_0-1685519950458.png

DoctorJaegerX42_1-1685519975789.png

 

 

2. question:

 

I want to click on the email-adress and a new email in outlook should open up. That works, but I would like to have a specific on my drive saved template with filled-in email adress to open up. Is that somehow possible?

DoctorJaegerX42_2-1685520043791.png

 

Greetings, Doc

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,495 Most Valuable Professional on at

    Hi @DoctorJaegerX42 ,

    Question 1

    SortByColumns(
     Search(
     [@Tabellel]; 
     TextSearchBoxl.Text; 
     "Ansprechpartner";
     "Email-Adresse_x0020_fiir_x0020_Angebotsanfragen";
     "Firma";
     "Lieferantennuimner"
     ); 
     "Firmenname"; 
     If(
     SortDescendingl; 
     Descending; 
     Ascending
     )
    )
    

    Question 2 - not possible with mailto: which you are using. You could try to mimic it with a HTML body using Office365Outlook.SendEmailV2, but this will send immediately (not open up for revision and then send).

     

    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

     

     

  • DoctorJaegerX42 Profile Picture
    95 on at

    Hi @WarrenBelz ,

     

    thanks for the fast reply. I will try the first solution and close up this thread then with "Accept as Solution". 

     

    For the second topic:

    In that case, I would love to have a little "Copy to clipboard" button, since I'm completely new to powerapps, sorry for that simple question 😉 How can I do that?

  • DoctorJaegerX42 Profile Picture
    95 on at

    Okay, my mistake, it's not "Firmenname" but "Firma" by which the list should get sorted. But I corrected it and now it works like a charm. Thanks a lot 🙂

     

    Now waiting for your reply on the second topic.

  • DoctorJaegerX42 Profile Picture
    95 on at

    I already added a little copy-icon, but now I need the correct formula:

    DoctorJaegerX42_0-1685522182124.png

     

  • Verified answer
    DoctorJaegerX42 Profile Picture
    95 on at

    okay, I found it out by myself, I have to add at the "OnSelect" this formula:

     

    Copy( ThisItem.'Email-Adresse für Angebotsanfragen' )

     

    So my topic is completely solved! Thanks a lot!

  • Verified answer
    WarrenBelz Profile Picture
    155,495 Most Valuable Professional on at

    Hi @DoctorJaegerX42 ,

    You can use the Copy() function - so for instance if you had a Text Box name TextInput1, then 

    Copy(TextInput1.Text)

    would put the contents of the Text Box on your Clipboard.

     

    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

     

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 385

#2
Vish WR Profile Picture

Vish WR 367

#3
timl Profile Picture

timl 340 Super User 2026 Season 1

Last 30 days Overall leaderboard