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 / Show many values of co...
Power Apps
Answered

Show many values of collection on a label

(0) ShareShare
ReportReport
Posted on by 33

Hi all,

 I trying to show the values filtered of SP list on a single label like this:

RaphaelMelo_0-1707837144131.png

and that's the code I'm using in the "Text" propriety of the label, but I can't figure out how to make it work.

 

$"Profile {Char(13)}
 {
 ForAll(
 ShowColumns(
 AddColumns(
 Filter(tbLista_appDealReview ,Grupo="accesslevel"),
 "Text",
 $"{ItemTexto} - {ItemDescricao}."
 ),
 "Text"
 ),Concat(Text,Char(13)))
 
 )
 }
"

 

 

Thanks, in advanced.

Categories:
I have the same question (0)
  • Verified answer
    cha_cha Profile Picture
    4,932 Moderator on at

    Hello @RaphaelMelo 

     

    Let's use "xText" instead of "Text" as we have a function called Text so it's going to confuse PowerApps. This should be the formula. Char(10) is the code for 'next line'.

     

    With({
    	xFiltered:AddColumns(
     Filter(tbLista_appDealReview ,Grupo="accesslevel"),
     "xText",
     $"{ItemTexto} - {ItemDescricao}."
     )
    },
    	"Profile:" 
    	 & Char(10) & Char(10) 
    	 & Concat(xFiltered," " & xText & Char(10))
    )

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 408

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 319

Last 30 days Overall leaderboard