Sending an email of a ''detail view'' only

Hi,

I’ve searched around but I cant seem to find a solution to this. Is it possible that I can create a behavior in the detail view that sends an email of exactly what shows in the detail view (only columns that have data in them for that row). So for the body of the email it could look exactly as it does in the detail view?

0 2 43
2 REPLIES 2

You can use IF(ISBLANK(),....) to 'hide' your blank fields in your email body.

Expressions can be used in templates also.

https://help.appsheet.com/en/articles/969715-template-variables

The short answer is: No.

You don't have a way to show exactly what's shown on the detail view. Except if you use SNAPSHOT().

But the best idea would be to make a template for your email body. I strongly recommend HTML/CSS for that, but you could try using a GDocs/MSWord one also.

Just take into account that email clients like MS Outlook will destroy almost all of the styling, so use basic stuff

SNAPSHOT() | AppSheet Help Center

Top Labels in this Space