Table/(Grid with read only data) with coloring in email notification

Can some suggest what is the best way to display a tabular data with coloring on rows in email body via a notification ?

Currently using ncolumntable() for table formation and used default html template in send email smart service for email body.

As the current requirement is to show the data in rows different color based on one of the column data (have some validations ) .I have tried using Ncoulmnstyledtable) , its not working .

Appian version is 16.3.

  Discussion posts and replies are publicly visible

Parents Reply
  • Thanks Alok.
    But, the data to populate in table is from list. I have to iterate and do some logics, based on the logic row color should be defined.
    For example : Student data based on grade.(column1 - Name,Column2-Rollnum,Column3-Grade),Suppose Students whose grade is A in color green , grade = B in yellow color and grade=c in red color.
    How to map the values in send email smart service for the inputs?
Children