To add row count in the trailer for TermsAndConditionsReportTemplate

i am trying to add the number of rows at the trailer of the records. However, i keep hitting error 400. Below is the error message and what i entered under "Conditions"

Error

{"error":{"message":"Malformed request payload: Error while parsing an enum value: Requested value 'Row Count' was not found."}}


Values entered

"Trailers": [

{ "FieldType" :"Row Count",

"Justification" :"Left"

}

],

Best Answer