I am trying to add in a copy of the invoice (and a data table) to an action center form so that I can have the user validate the info (well past the validation action as the data has been modified at this point and put into a new table.)
I found a video to help me (How to Display PDF in Action Center - YouTube), and I followed all the steps by uploading the file to the Storage Bucket, and then using the embed function in the HTML element (adding height and width). When I run the program the action gives me one of 3 things- a spinning circle that looks like it is trying to load the file, BlobNotfound, or File has been moved, edited, or deleted, and none ever show the pdf, the latter being the most common. I even added a delay of 10 secs in between them and that is when it went from a BlobNotFound to File has been moved, edited, or deleted.
Here are images of the workflow (I cannot share the actual workflow.):
Embed wording for HTML element:
<embed src="{{data.pdf_storage}} width =“700px” height = “700px”>
Form Data input collection:
Appreciate any help that can be provided. Thanks!




