
Newbie here so this may be obvious
I developed a chatbot using the power virtual agent in teams. It's very simple. It asks for a single string and then passes that string to Power Automate to do a lookup.
When testing the bot the string was passed as entered and everything worked. Once I published it the chatbot action passed the string with a series of escape characters before and after the entered string. By escape characters I mean when I entered OPX-00000 i get "\r\n\r\n\r\n\r\nOPX-00000\r\n\r\n\r\n".
I also noticed that the user response "bubble" is much smaller than it was in testing
Any help greatly appreciated
Those are carriage returns and line feeds. You can stip them out of the string in Power Automate. YOu can use the function