I have a button that will send an email when it’s clicked.
I’m trying to get the email signature of the person who clicked the button to be appended to the end of the email that gets sent.
When I try to use {{CurrentUser.Signature}} in the email markdown, it gets rendered as “[object Object]”, but when I use something like {{CurrentUser.Email}} it renders the field just fine.
My signature field is a rich-text field, whereas the email field is text. Is it something simple I’m missing or not understanding?
It is not possible using markdown to get the contents of rich text fields from related entities (only from rich text fields from the triggering entity) sorry.