Hey Aaron,
I would have to test it on my end but:
> If User wants to append a message to the EmailBody open a Popup
> In Popup have a TextInput for the message
> In the Popup the Send Email button have a Character Function that Joins your EmailBody + Value From Screen (TextInput) assign to Action Result
> In your SendEmail Action change your Body to that Character Function Action Result ^
This should work using the same flow as we use for Send Email on the stock Estimates screen. The Body is retrieved from the Table EmailTemplate field 'EmailBody'
Theoretically this should work, my only concerns are the formatting within the email Body - how the appended message will look.
If you wanted to skip the Popup option you can add the TextInput to the Estimate screen itself, and achieve the same results. I would add a condition to check to see if the TextInput is empty or not before executing any Actions.
Thoughts on this route?
- Mortaza