PeterL Posted February 20, 2020 Posted February 20, 2020 We have had a BPM fail with the below error nothing has changed within the BPM recently and all other tickets have not had this issue, after retrying the last step it sends out the notification email it is complaining about but does not progress. Any help would be great thanks.
PeterL Posted February 20, 2020 Author Posted February 20, 2020 Custom_t field: <image removed by forum admin>
Victor Posted February 20, 2020 Posted February 20, 2020 @PeterL is there a GetRequest Detail node in that stage somewhere before the email node? If yes does Get Request Details node run when there is a value in Custom T?
PeterL Posted February 20, 2020 Author Posted February 20, 2020 @Victor Hello yes there is and nothing has been changed and all other change tickets raised have been working fine.
Victor Posted February 20, 2020 Posted February 20, 2020 @PeterL PM me a copy of the BP definition file
Victor Posted February 20, 2020 Posted February 20, 2020 To sum this up, the error occured because the value in the custom field had an ending comma. Email External Address node can be used to send emails to multiple addresses at once. This can be done via the Address field where the addresses needs to be separated by comma. This means that after each comma, the node expects an email address. Because the value ended with a comma, the node attempted to send an email to a nonexistent (null/undefined) address, hence the error.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now