I’m using storage bucket to store the pdf files also I’m able to store the files but when passing the same in create form task to display the pdf in action center, unable to display the pdf.
This is the html code which I’m using inside HTML element block.
<embed src={{data.pdf_storage}} width="1000px" height="600px"> </embed>
I also tried this one:
<iframe src={{data.pdfPath}} width=350 height=500></iframe>
And this what I’m getting as an error in orc action center
I have checked these two article but no luck.