PDF file does not open in form view

Hi everybody,

In my appsheet form I have created an action to generate Pdf file and send it via email.The process is working ,but when I try to open the file in my form it gives strange message:

<html>
        <body style="margin:20px">
          <div>&#39;Attachments/ALI.pdf&#39; not found</div>
          <div>Probable cause: N/A</div>
          <div><ul><div>
   <div>Path: Root</div>




























<div>Result: FAILURE</div> <div>Message: N/A</div> <details> <ul> <li><div> <div>Path: Root</div> <div>Result: FAILURE</div> <div>Message: N/A</div> <details> <ul> <li><div> <div>Path: Root</div> <div>Result: Success</div> </div> </li> <li><div> <div>Path: Root</div> <div>Result: FAILURE</div> <div>Message: N/A</div> <details> <ul> <li><div> <div>Path: Root</div> <div>Result: Success</div> </div> </li> <li><div> <div>Path: Root</div> <div>Result: FAILURE</div> <div>Message: N/A, Searching for &#39;ALI.pdf&#39;, File entry not found</div> <details> <ul> </ul> </details> </div> </li> </ul> </details> </div> </li> </ul> </details> </div> </li> </ul> </details> </div> </ul></div> </body> </html>

 My file path in google drive is:appsheet/data/APB/Attachments....."the File".I used this expression in my file generation:concatenate("Attachments/",[Name],".pdf").

Your assistance is higly appreciated

Solved Solved
0 16 849
1 ACCEPTED SOLUTION

add a &".pdf" to the right of this expression

Rafael_ANEICPY_0-1714272003361.png

and disable the timestamp

Rafael_ANEICPY_1-1714272027151.png

 



View solution in original post

16 REPLIES 16
Top Labels in this Space