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 / Powerapps - Display te...
Power Apps
Unanswered

Powerapps - Display text value from Gallery

(1) ShareShare
ReportReport
Posted on by 34

Hi,

I'm trying to display the value (user entered in TextInput6_1 [inside gallery]) in the TextBox below. 

 

jshuang_0-1692778120975.png

 

Appreciate if anyone of you can solve it. Thank you

 

Categories:
I have the same question (0)
  • Devvj Profile Picture
    1,132 Super User 2024 Season 1 on at

    Hi,
    try to use this in the Text property on the card

    galRECYCLED.Selected.TextInput6_1.Text

     

    Hope that helps

     

    -------------------------------------------------------------------------
    If this is the answer for your question, please mark the post as Solved.
    If this answer helps you in any way, please give it a like.

  • CU14010518-0 Profile Picture
    34 on at

    Hi

    possible to display all the textbox's value in 1 TextInput?

    jshuang_0-1692779183040.png

     

    As i tried your way, it only shows the 1st value of textbox.

     

  • Devvj Profile Picture
    1,132 Super User 2024 Season 1 on at

    Yes, do you just want to list the after each other?

    Then you can just add a AND argument in between

     

    galRECYCLED.Selected.TextInput6_1.Text & " " & galRECYCLED.Selected.TextInput4_1.Text

     

     

  • timl Profile Picture
    37,152 Super User 2026 Season 1 on at

    @jshuang 

    If you want to display a comma separted list of values in your gallery, you can use this syntax:

    Concat(galRECYCLED.AllItems, TextInput6_1.Text, ",")

     

  • CU14010518-0 Profile Picture
    34 on at

    Hi,

     

    Is the Textbox value (in Gallery) will always get from the Default value?

     

  • Devvj Profile Picture
    1,132 Super User 2024 Season 1 on at

    Are the input boxes in the same gallery item?
    Try this:

     

     

    Concat([galRECYCLED.Selected.TextInput6_1.Text, galRECYCLED.Selected.TextInput4_1.Text, ..all your fields comma separated..], Value, ",")

     

     

    Update, added Value after table.

    Devvj_0-1692784523766.png

     

     

    -------------------------------------------------------------------------
    If this is the answer for your question, please mark the post as Solved.
    If this answer helps you in any way, please give it a like.

     

  • CU14010518-0 Profile Picture
    34 on at

    Hi

    jshuang_2-1692784513625.png

     

    Im actually trying to get the value from the textbox. But seems like after key in the value the, the value did not populate out.

    jshuang_1-1692784480669.png

    The Default in the Textbox6_1

    jshuang_0-1692784713173.png

     

     

  • Devvj Profile Picture
    1,132 Super User 2024 Season 1 on at

    Can you show me the code you have for the bottom inputbox?

  • CU14010518-0 Profile Picture
    34 on at

    Hi

     

    Here's the code for the textbox below

    jshuang_0-1692842529427.png

     

  • timl Profile Picture
    37,152 Super User 2026 Season 1 on at

    @jshuang  - Did you try the formula I suggested above? That will return all values as shown below.

     

    timl_0-1692908263698.png

     

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 915

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 457

Last 30 days Overall leaderboard