Resolved! How to make array values line by line while using in notification?
I am triggering notification through event where I am passing array as PARAM but they were coming as one after one in notification but expectation is one in one line. I tried with below code but not working? var multiplePersona = []; var persona...
