
Announcements
Hi Everyone,
Newbie at this so not sure if i'm framing the question clearly.
I'm using the Custom Prompt in a PowerApp to analyze some text. I'm using a RichText control to display the output.
The resulting text from the AI Builder looks good when testing it in the builder window, but when displaying the same output in PowerApps, the text is flat, not formatted, and difficult to read (i.e. not split into separate lines, headers not formatted, etc.). Is there any easy way to format this text and make it more visually appealing and readable?
Please let me know if more clarity is needed.
Thanks!
It seems like you're having trouble with the formatting of text from AI Builder in your PowerApp. You can try using HTML formatting within the RichText control to make it more visually appealing. Just add <br> for line breaks and <h1>, <h2>, etc. for headers. Let me know if you need a hand with this! 🤗