Skip to main content

Notifications

Community site session details

Community site session details

Session Id : ZhvngB6etoIRyo+XIBuWIr
Power Apps - Building Power Apps
Answered

How to Add a Quote, the Includes the Quotation Marks, in a Label

Like (0) ShareShare
ReportReport
Posted on 4 Dec 2023 21:22:03 by 4,758 Super User 2025 Season 1

I have a label in which I need to place a statement that is a quote. How do I accomplish this without getting and error because of double quotations on each end of the statement?

The following kicks back and error - ""Test statement language."" 

Categories:
  • Phineas Profile Picture
    4,758 Super User 2025 Season 1 on 04 Dec 2023 at 21:53:24
    Re: How to Add a Quote, the Includes the Quotation Marks, in a Label

    I needed another close parenthesis at the end of mine to get it to work.

  • Verified answer
    Pstork1 Profile Picture
    66,101 Most Valuable Professional on 04 Dec 2023 at 21:30:53
    Re: How to Add a Quote, the Includes the Quotation Marks, in a Label

    If you build the string in the label using Concatenate() and Char(34) it will embed the quotes.

    Concatenate(Char(34),"Test statement language",Char(34))
  • plarrue Profile Picture
    Moderator on 04 Dec 2023 at 21:30:17
    Re: How to Add a Quote, the Includes the Quotation Marks, in a Label

    Hi @Phineas ,

     

    Have you tried this ? Concatenate("This is a quote: '", "My quote.'")

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 > Power Apps - Building Power Apps

#1
MS.Ragavendar Profile Picture

MS.Ragavendar 27

#2
mmbr1606 Profile Picture

mmbr1606 14 Super User 2025 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 13 Super User 2025 Season 1

Overall leaderboard
Loading started