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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Multi Inputs in Power ...
Power Apps
Answered

Multi Inputs in Power Apps

(0) ShareShare
ReportReport
Posted on by

Hello,

Is there any possible way to use the text box in the power apps, like the email box in outlook mail. That is when I type a group of text and then separate with specific delimiter, ";", it is marked as one item. (The text input box allows multiple items)

For enabling it, which component should I use and how should I write the formula. Plus, is there a possible way for this?

 

Thanks for the attention. I have attached the screenshot which shows the way I would like to get.

Thinzar_0-1718092617476.png

 

Thinzar_1-1718093017496.png

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    on at

    Hi @Thinzar ,

     

    You can use the formula anywhere you want to USE the result. The explanation to the formula is

    1. remove all the spaces from the input texts using Trim frunction.

    2. Split the inputs by semicolon and Char(10) into an array:

    vjefferni_0-1718098123849.png 

    -> 

    vjefferni_1-1718098295978.png

     

    3. concatenate the array into string using semicolon as the separator:

    [123, 456, 789] -> 123;456;789

     

    Best regards,

  • Thinzar Profile Picture
    on at

    Thanks, @v-jefferni ,

     

    Could you please explain in details where I should add that formula? to the label or the textbox? and which property?

     

    And plus, may I know how the formula work?

     

    Thanks in advance.

  • v-jefferni Profile Picture
    on at

    Hi @Thinzar ,

     

    Please try the following formula:

    Concat(Split(Trim(TextInputCanvas1.Value),";"&Char(10)).Value, Value,";")

    vjefferni_0-1718095922922.png

     

    Best regards,

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 422

#2
WarrenBelz Profile Picture

WarrenBelz 380 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 325 Super User 2025 Season 2

Last 30 days Overall leaderboard