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 Apps
Answered

Text Input &&

(0) ShareShare
ReportReport
Posted on by 583

Hello all,

 

Got what should be a simple question but I'm struggling. I have a text input that works as a lookup in my Excel data to pull email address based on a couple dropdowns in my app. I would like to add some text from a text input in the app to allow people to add more email addresses that might not be in the Excel data. My first input box looks like this for the text property.

 

Filter(Emails, Location&Department = ddLocation.Selected.Locations&ddDepartment.Selected.Result)

 

with an output of something like this. email1@email.com,email2@email.com

 

I would like to allow the user to add emails based on the input box in the app. I have tired these.

 

Filter(Emails, Location&Department = ddLocation.Selected.Locations&ddDepartment.Selected.Result)&", "&tiAddNote.Text

Filter(Emails, Location&Department = ddLocation.Selected.Locations&ddDepartment.Selected.Result)&&", "&&tiAddNote.Text

Filter(Emails, Location&Department = ddLocation.Selected.Locations&ddDepartment.Selected.Result&", "&tiAddNote.Text)

 

The first 2 give me an error and the 3rd gives me no output.

 

Any ideas?

 

Thanks,

Stephen

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

    Hi @StephenGW ,

    You did not mention the field name that actually has the email in it, but you would need something like this

    Concat(
     Filter(
     Emails, 
     Location = dLocation.Selected.Locations &&
     Department = ddDepartment.Selected.Result
     ).EmailFieldName & ";"
    ) & ";" & tiAddNote.Text

     

    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.

  • StephenGW Profile Picture
    583 on at

    @WarrenBelz 

     

    It's always more simple than I am making it 🙂 I was trying to add it to the text input that already does the Filter but I guess I should have just been adding it into the Mail function. Thank you as always for the quick and concise reply! 

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard