Only send email of view details.

I want to create a robot that sends emails. I want the email icon to pop up inside the details view. Through this, on clicking the icon, only the email of view detail should be sent to the customer. 

0 4 62
4 REPLIES 4

Let me translate this.

You want to send a record's data via email with a push of a button that should be on the detail view of that record?

First of all, events are triggered based on a certain record, so it's the default behaviour.

You could make a event of updates only following this awesome trick:  Trigger Workflow With A Simple Action Button - Google Cloud Community

Finally, to reach the right customer, you need it's email somewhere around the record. It may be another field of the same record, maybe on the childrens, or the parents. It depends on your schema.

For the email itself, read the docs

Hi @SkrOYC 

I have put this expression on the Pair Types column. But when I click on the email icon, the pair types column automatically shows false. I want that the value of this column should not change.

 

1.PNG2.PNG

Hi @SkrOYC 

Hi @Sayad 

Top Labels in this Space