Hi,
I have to create an escalation email message with details on what failed. I made a decision to create a collection where i will collect a task and the comment from each field, and when user wants to submit, it will check if the collection contains more than 0 rows. If yes, this will generate an email where I would like to have everything that the collection contains in a proper order.
So, let's say that the collection name is 'COLissues', and it has 2 columns "Name" and "Comment".
If that collected 2 rows:
Name Comment
Work Area Problem
Waste Products Error
I would like the email to look like:
"Check has been completed by XXX, and there are the following issues:
Work Area - Problem
Waste Products - Error"
Can anyone help me with that? Thank you!