On Screen Csv sending file email button

Hi,

The image shown below. That's slice view. I want to mail this slice view to csv file from help of email button. I want the download button to work just like that. Similarly, the email button should also work. Once created.

slices viewsslices views

0 3 88
3 REPLIES 3

Emails make use of templates, and templates are not linked to views. You'll have to create an email template, and inside the template you should apply the same filtering you have for the view, using template expressions. 

For example, if your view is filtering rows having "open" value in a Status column, then you should build a template doing the same filtering using SELECT() and the template's START expressions inside the template. 

If you have this filtering applied in a slice, then you can build your template just using START expressions based on this slice directly. 

But you cannot build a templated based on what you see in a view. 

I want to email only current date data.

Also check this, a relatively-new feature that might help you:

https://support.google.com/appsheet/answer/11511240?hl=en

Top Labels in this Space