
Announcements
Hi Everyone! hope everyone is doing well today.
This is my current issue.
I need to display a string in an excel online file as a "signature" in other words, show the string with a script/cursive type font.
excel online doesn't have script type font's by default, so I resorted to sending the string I need to show as a "signature" to PowerApps, and use a label to change the font to a script type font.
I now need to send this string back into PowerAutomate but, the font type is not preserved so I would need to pass the value as an image and add this image to the excel file.
So, in short, is there a way to save a label (or a text field) as an image in PowerApps?
Thank You
I've not done this before in this exact implementation, but you could use an image control, create SVG content for it using the <text> element, give it fonts etc, then pass the image control's image contents back to Power Automate (lots of tutorials online for sending image control contents to Power Automate so that last part shouldn't be difficult)