PDF other attachment naming

Hi

I made a very basic app to list the available products on sale and there is a PDF brochure for each one of them. I created a bot to send the brochure by email to a named customer.

I used the Other Attachments to define which file to attach to the email. Everything works fine but all PDF attachments are received as “noname”.

I have tried many settings but the result is always the same. Is there any way to send the PDF file with its original file name?

I’ve not managed that without using integration with AppsScript. But as you can see, the KeyID is a part of the new doc-name. So in some cases I’ve combined a name prefix to the ID so I can identify the document later. Otherwise it’s this solution with AppsScript:

Thanks for the response. I was afraid that the solutions were immensely simple and somehow I managed not to see it. But I see there is no easy solution at all even when the need is quite simple: just to keep the original PDF name and extension.

I have never tried AppScript and I hoped to solve this using only AppSheets.

1 Like

No smart solution unfortuniatly. But adding a text (file-name) in front of the KeyValue in the record at least gives you something…