Skip to main content

Notifications

Community site session details

Community site session details

Session Id : iRphUPUfILo8aQdaQ164a8
Power Apps - Building Power Apps
Answered

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

Like (2) 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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

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

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,743 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,089 Most Valuable Professional

Leaderboard
Loading started