Printing a values in new line

Hi team,
In data transform I 'm configuring a validation logic where it have to show multiple error message with one by one .I have used
,“\n”,etc but nothing worked

sample:

Param.message:Invalid input.

Param.message:Case sensitive.

Result I need:

Invalid input.

Case sensitive.

@VikramV16772583

Could you please try using “\n” instead of “\n”.