Append uuid to the messages

I am not able to append uuid to the messages. It appears as “xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx”. uuid is not getting generated. How to tackle this problem ?

Can you be more descriptive about what you’re trying to achieve by appending the id, how you are attempting to append it and where you are seeing it appear?

Hi @erohmensing,

I have fixed this issue by using if condition to check if the uuid is already present. Hence new uuid gets created only for new sessions.