We are using email task to send mail, we need dynamic email body. we have used Decision table to run rule based on scenario’s it will provide output variable${emailBodyOutput}.
we are using DMN Output variable in email task against body property.
DMN Output variable is having process variables, it is not getting replaced with original value. How to use html string in DMN output variable with process variables inside. ?
When we receive email, we should have corresponding process variable value instead of ${propertyName}
Sample DMN output variable -
Hello ${user},
Below Task has been assigned to you by ${requester}
Thanks
Example email msg -
Hello ${user},
Below Task has been assigned to you by ${requester}
Thanks