Announcements
I would like to display "test" in a textBox but ""test"" doesn't work, any ideas?
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)
Regards,
Michael
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"
This solution make me a day 😉 .
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 834
Valantis 533
Haque 410