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>'Attachments/ALI.pdf' 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 'ALI.pdf', 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! Go to Solution.
add a &".pdf" to the right of this expression
and disable the timestamp
User | Count |
---|---|
18 | |
11 | |
7 | |
5 | |
5 |