Data entry in email forms

I have a simple leave application and send an email to the approved for review. I created 2 actions (Approve, reject) so the approver can act directly from within the email. Works fine.

However I want the approver to also write some approver comments (std text field) but this field is not editable in email and the approver needs to go to the app.

Is there a way to do this from within email?

Solved Solved
0 2 43
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @camodue 

In the detail view you send in your email, you need to set this option of the "Quick edit columns":

Aurelien_0-1709706672166.png

Of course, you must make sure you didn't apply any condition on the editable_if property of such columns 🙂

View solution in original post

2 REPLIES 2

Text columns should be editable in dynamic emails. Would you mind providing some screen shots of the view you are using in the email, your data structure, and the text column details?

Aurelien
Google Developer Expert
Google Developer Expert

Hi @camodue 

In the detail view you send in your email, you need to set this option of the "Quick edit columns":

Aurelien_0-1709706672166.png

Of course, you must make sure you didn't apply any condition on the editable_if property of such columns 🙂

Top Labels in this Space