For the DisplayReason
and PrivateReason
values, when forming the string, you need to use the ..
to join strings instead of ,
which is likely causing the issue.
3 Likes
For the DisplayReason
and PrivateReason
values, when forming the string, you need to use the ..
to join strings instead of ,
which is likely causing the issue.