I am having a custom field with name Leader Email, which is of type 'Short Text'. It will contain an email address. Now, how do I insert this value in the Recipient field to trigger an automated email. I have tried all possibilities, set entity property, provide value in the fomr of {{issue.customfield_xxxx}} and {{issue.customfield_xxxx.value}} etc. but nothing seems to work. I keep getting the error that No email is provided in the recipient field. Would really appreciate some help in this regard.
Hi, @Hariharan Y
I recently faced the same issue when trying to send an automated email using the value of a custom text field (type: Short text) containing an email address.
To make it work, instead of using:
{{issue.customfield_XXXXX}}
I used:
{{issue.fields.customfield_XXXXX}}
This change solved the issue, and the email was sent successfully. You can also add a “Log action” before the email step to validate the value at runtime.
Let me know if it works for you too!
Hi @Hariharan Y
For a question like this, context is important for the community to help. Please post the following:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.