Could I add any image, table display, or check list in Canva for the body email or is it only possible to write text? I am looking for a way to send a Coda page as it displays in Coda by email (not only text).
Sadly no. You'd have to adjust the code that I provide to support multiple attachments. Tweet me at @thecodaguy if you need more help! or send an email at scott@simpladocs.com
After a lot of work I managed to find the solution to attach more than one file and also in case there are no attachments. I wasted a few hours because I'm not a programmer but also because I think there was an inconsistency in the sending of information by Coda that I had to overcome with a little more code. But now it seems to be working perfectly
Youd need to modify the code in the apps script itself to loop or expect multiple files And then in the payload you send to apps script youd need to send over an ARRAY of the actual file hosted links
You are awesome!! Thanks!!!
Notes:
00:00 Useful for later when using email in Coda.
Best tip ever!
Wanted that for so long!
Could I add any image, table display, or check list in Canva for the body email or is it only possible to write text? I am looking for a way to send a Coda page as it displays in Coda by email (not only text).
Dang that camera quality is sharp. That than neon logo *chefs kiss*
Great Video Scott, Back Coda icon very well placed
Very helpful, thanks Scott
Glad it was helpful!
Great video. Loved it.
So glad!
Hello, Isi t possible to add cc to the code? I tried to add another field but it s not sending it to cc. Thank you
Nice, Scott! 👍🏼
Thanks! 👍
I got the following error message: TypeError: Cannot read properties of undefined (reading 'replace'). Any idea how to fix it?
Is the Doc you published to the store working for multiple attached files?
Sadly no. You'd have to adjust the code that I provide to support multiple attachments. Tweet me at @thecodaguy if you need more help! or send an email at scott@simpladocs.com
After a lot of work I managed to find the solution to attach more than one file and also in case there are no attachments. I wasted a few hours because I'm not a programmer but also because I think there was an inconsistency in the sending of information by Coda that I had to overcome with a little more code. But now it seems to be working perfectly
@@farbexyt could share how you managed to include multiple attachments 😁?
How do you send multiple files from one row? as we are taking first()
Youd need to modify the code in the apps script itself to loop or expect multiple files
And then in the payload you send to apps script youd need to send over an ARRAY of the actual file hosted links
dang i wish i was a coder@@thecodaguy