I'm using workflow to send email on update event. Here I want to display the details from child object in to email but only associate object data is getting updated.
Is there any possibility to use the for loop to get the data from child object. The email template is used to update the data while trigger using workflow.
For Example:
Please find the Contacts under your Account Name bellow:
Thank you
Is there any possibility to use the for loop to get the data from child object. The email template is used to update the data while trigger using workflow.
For Example:
Please find the Contacts under your Account Name bellow:
Name | Contact Number | Status |
Name 1 | 1234567890 | Active |
Name 2 | 1234567852 | Active |
Comment