How to copy rich text?

Hi there!

I’m outputting some formatted text to a rich text format box. Then I have a button using the “copy to clipboard” function in the workflow. This copies it as markdown or html. How would I go about making it copy rich text? Right now, I’m asking the user to copy and paste by selecting the text which is inefficient and clunky, users are asking for a copy button but i can’t implement it

Saw quite a few posts about this but no resolution.

Like this post: Copy Button for Rich Text format output

Thank you!

I think you’d need to clean the markup yourself by using some regex (You can use the copilot). There is no simple way at the moment.

I solved it with code thank youuu

1 Like