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 / How to use HtmlText CS...
Power Apps
Unanswered

How to use HtmlText CSS in Power Apps

(0) ShareShare
ReportReport
Posted on by 134

This code is used in HtmlText.

Concat(
 Distinct(
 Filter(
 Table1,
 A.Value = Index(Choices(ITAM_asset.A), 1).Value // here
 ), B.Value
 ), Value & "<br>"
)

 

How do I use the loop statement in the above code to set the number 1 larger one by one?

I need to iterate through the number of rows in SharePoint using CountRow.

Categories:
I have the same question (0)
  • VishalJhaveri Profile Picture
    1,167 Moderator on at

    Use HTML Text Control instead of label.

  • v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @kjk4563 ,

     

    It this what you want?

    vxiaochenmsft_0-1713938244088.png

    Concat(
        [1,2,3],  "<span style=""font-size: 25px"";>"&Value&"</span><br>"
    )
     
    Best Regards,
    Wearsky
  • kjk4563 Profile Picture
    134 on at

    @VishalJhaveri 

    Is there a function in Label that allows me to change lines where I want, like <br> in HTML?

  • VishalJhaveri Profile Picture
    1,167 Moderator on at

    char(10) OR Char(10) will help you to break line. 

  • VishalJhaveri Profile Picture
    1,167 Moderator on at

    Did this work? If it worked please mark my answer as solution. @kjk4563 

  • kjk4563 Profile Picture
    134 on at

    @VishalJhaveri 

    Please also tell me how to use 'char(10)'
    This is my first time seeing it.

  • VishalJhaveri Profile Picture
    1,167 Moderator on at
    Concat(
     Distinct(
     Filter(
     Table1,
     A.Value = Index(Choices(ITAM_asset.A), 1).Value // here
     ), B.Value
     ), Value & char(10)
    )
  • VishalJhaveri Profile Picture
    1,167 Moderator on at

    @kjk4563 Did this work?

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 519 Most Valuable Professional

#2
11manish Profile Picture

11manish 489

#3
Haque Profile Picture

Haque 327

Last 30 days Overall leaderboard