Messenger application

Hello, guys!
I’m trying to write whatsapp like messenger and I wonder how to make messages of a sender display let’s say in the left side of the chat and at the same time display messages of the recipient in the right side
Thank you in advance!

Hi @blackrose00961 . check this article https://morioh.com/p/1b93f669f47e. i hope this article will help you

hi,
the way I do this is that I have 2 groups. 1 for messenges on the left (theirs), 1 on the right (yours). You can also make them different colours like on whatsapp.
Then each group i have invisible on page load and as a conditional (click the group then the conditional menu) I have “When current messages creator is current user” (show the one on the right).
When current messages creator is not current user "(show the one on the left)