Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

How can I write the character " in a text label?

Like (3) ShareShare
ReportReport
Posted on 10 Aug 2017 14:18:54 by 103

I would like to display "test" in a textBox but ""test"" doesn't work, any ideas?

Categories:
  • stanoil1962 Profile Picture
    3 on 22 Jun 2023 at 09:33:38
    Re: How can I write the character " in a text label?

    This solution make me a day 😉 .

  • pcm Profile Picture
    53 on 07 Apr 2021 at 17:09:09
    Re: How can I write the character " in a text label?

    You can also just use two Double quotes to create a Double quote in a string like this:

    "Check the following ""Text"""

    Which will result in the following text:

    Check the following "Text"
  • Verified answer
    v-micsh-msft Profile Picture
    on 11 Aug 2017 at 05:28:23
    Re: How can I write the character " in a text label?

    Hi @serastpan,

     

    Double quotes within PowerApps has different meaning other than the character.

    If you would like to show this character in Text, we could take use of the Char() function, which would translates a character code into a string.

    For example, 

    "Check the following"&Char(34)&"Text"&Char(34)

    87.PNG

     

    Regards,

    Michael

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 132

#3
stampcoin Profile Picture

stampcoin 115

Overall leaderboard
Loading started