Hi all,
I'm curious if anyone here has an easy way to turn off the autocorrect functionality that seems to be built into text outputted by bots built with Copilot Studio. Essentially, when I'm creating a topic flow, and want the Copilot studio bot I'm creating to send a message, I notice anytime the string "(c)" is included in a message, the bot autocorrects this string to a copyright symbol. Is there an easy way to turn this functionality off?
I've tried a number of different ways to send the message including using message nodes, basic cards, and even a Power FX formula which splits up the different elements of the symbol. (The relevant part of the Power FX formula was "501(" & "c" & ")(3)" ) None of these approaches seem to stop the bot from autocorrecting the string to a copyright symbol when the text output is generated.
Any insights or thoughts are much appreciated!
Ah, that's the missing piece I was looking for. Thanks a lot for your help!
It's not autocorrect - Copilot Studio renders markdown.
Here is how to make sure that your text gets rendered as simple text, without converting (c) to a symbol:
kind: AdaptiveDialog
beginDialog:
kind: OnConversationStart
id: main
actions:
- kind: SendActivity
id: sendActivity_Yfykys
activity: |-
```text
I shall not be converted! (c)
```
Romain The Low-Code...
76
Pablo Roldan
61
stampcoin
10