LightningFlowComponents
LightningFlowComponents copied to clipboard
Send Better Email - Null value in BCC when clearing values
When you add a BCC address manually/as a string, and then clear the value it sets the SendBCCToThisOneEmail as 'null'. This subsequently causes the email action to fail with
An Apex error occurred: SendBetterEmail.InvocableActionException: No Messages were sent. First Error: nullError Code:INVALID_EMAIL_ADDRESS
Steps to reproduce the behavior:
- Fill in component fields
- enter an email in the 'send to this one bcc' field and confirm
- Click 'clear' below the email input section
- debug the component
Expected behaviour
there should be no value in the field
Actual behaviour
field is set to 'null' and the apex action fails
Screenshots
it's easy enough to re-create the components, but thought i'd report.
Thanks - will fix this in next release
any ETA for next release?
I'm pretty sure I fixed this, but may have gotten reverted with the @future release. Will look into it.