Creating dynamic file name for file download - Client Side
How do i allocated a file name to my file download.
As i have tried to bind the file name but with no luck.
dmx-bind:filename="documentlist.data.query[0].document_title"
My use case will be a repeat of documents with a download click event, but i cannot get the file name attached to the download.
This is the result
In the editor i can manually add the dynamic link.. but now file name
It would be great if
But for now is there a different solution?
As one can add a filename to the download.. If one use the component directly, but the issues is then... how to i use it as a repeat on each file?