Hello, I have a textbox named Textbox1 that displays the following:
"data:image/svg+xml;utf8, "& EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>
<circle cx='50' cy='50' r='40' fill='red' />
</svg>")
If I copy/paste this into an image control as the image property I get a red circle, however if I set the image control property to "Textbox1.Text" (no quotes) nothing shows up. Is there a way to get Power Apps to recognize it is supposed to be using that text value as a formula?
Edit: Attached a file for reference, top image control is linked to TextBox1 and in the bottom image I directly copy/pasted the text from TextBox1 into the image property. The top image does not have an error but does not display anything, the bottom image displays the svg correctly.