Hi Team,
I have a business process that triggers an email.
Requirement in email Template:
1.A section records collection should be filtered by specific field. (say, Contact section records filtered by Account field) i.e. Collection of contact section records matching a specific Account value - Achieved by Read Data Element in business process.
2.Now all the filtered records in read data should be populated in the email body content in a table format (Rows and colums) - How to achieve this?
I need to insert the collection of records from Read Data element to email body in the table format and the table has to created dynamically depends on the number of records from the read data element.
I tried to create a "collection object" in the process parameter and set the collection records to the parameter as in the collectionParameter.png image but how to use this collection object value inside the body of email element and frame to display the values inside the object in table format.
Regards,
Bhoobalan P.