web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Typographic Quotation ...
Copilot Studio
Unanswered

Typographic Quotation Marks / Smart Quotes

(1) ShareShare
ReportReport
Posted on by 2
Hey, I'm currently working on a copilot project. I'm using an FX formula to concatenate multiple strings and variables in order to generate the full payload that I need for a POST request in JSON format. The issue I'm encountering is that when two quotation marks are included, Copilot automatically changes them from regular quotes (") to smart quotes (“”), which is not valid in JSON. If I hardcode the entire payload, like using "123" instead of a variable, the response is correct, but that's not a viable solution since I need to use a dynamic value for the CustomerID.
 
I tried many work arounds like
  • using Char(34) instead of "
  • Using Replace or Concatenate Function
  • Split up the strings and combine them later on
but as soon as there are two quotation marks, they get switched to “ .  
 
If I just use one ", it works fine and don't get changed to “. Like Char(34) & Topic.CustomerID turns to "123

Example:
Lets say our variable is called CustomerID

The formula I'm using: Char(34) & Topic.CustomerID & Char(34)
The output I need: "123"
The Output I get: “asdfhsfd”
 
 
Is there any option to turn off these smart quotes in Copilot or do you know any other workaround which might work? 
Looking forward to hear from you 
Philip
Categories:
I have the same question (0)

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 270 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 181 Super User 2025 Season 2

#3
S-Venkadesh Profile Picture

S-Venkadesh 93 Moderator

Last 30 days Overall leaderboard