05/12/2023 02:51 AM - edited 05/12/2023 02:54 AM
We have requirement to display all the entitlement value which were approved in approval request .
I am using this dynamic attribute in email template ${task.entitlement_valueKey.entitlement_value}
but the issue is it is printing only 1 entitlement value even though there are 3 entitlement is approved.
is there any solution to display all the entitlement that were approved in that particular approval request
any suggestion or response is highly appreciated.
Thank you!
#emailtemplate #entitlementtask
Solved! Go to Solution.
05/13/2023 04:07 AM
I believe you are referring to the task completion email once the request is fully approved.
This variable - ${task.entitlement_valueKey.entitlement_value} usage will split the emails to individual emails as its task specific.
Can you try the below and see if it helps?
${entitlement}
-Siva
05/13/2023 04:38 AM
If the ask is for Request Approval Email then try this variable :
Entitlements - ${entitlementshtmltablerows}
Entitlements along with the approval comments - ${entitlementshtmltablerowsv2}
Entitlements along with the business justification specified by the requestor - ${entitlementshtmltablerowsv3}