I would like to display "test" in a textBox but ""test"" doesn't work, any ideas?
This solution make me a day 😉 .
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"
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
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,089
Most Valuable Professional