Download file from raw body

Hi, everyone!
I’m trying to give to user ability to downloads file.
But this file not in glide storage it just injected throw api call to glide table as file body text encoded base64.

<a href="data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,{{body_data_in_format_base64}}" download="filename.docx">
  <button>Download .docx</button>
</a>

This code works well in browser but haven’t works in Glide rich text component.

@slscustom.ru

Did you find a work around to this?

Hi, Let_sBrand_Today!
Unfortunately no.