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.