@romanmg in my editor you can look at the group thread messages(user to user) to look at those elements
Hey @Adam - sorry Iâve been so in and out.
It looks like your workflows are set up properly, though I canât test. However, your RG display is set up to only show messages that have been âsentâ to the current user. If thatâs what this RG is for, then it looks correct - what is not happening for you?
If you want the RG to display the thread of messages between current user and other users, then the RGâs source would actually have to be a Threadâs List of Messages.
- Message gets created
- Message gets added to list of usersâ list of messages (meaning each userâs list contains this message)
- Message gets added to current userâs list of messages
- Message also gets added to a threadâs list of messages - itâs the same process adding to a user.
- Thread should contain a list of users so that we know who is a part of the thread, so if it doesnât already contain them, then users get added to thread
RGâs source should be Threadâs list of messages. Youâd need to specify which one in your database, and a constraint on that thread would also need âList of Users contains current userâ so that weâre only seeing a thread that the current user is a part of.
Let me know if this helps.
ok so whatâs not working for me is two things:
In the RG- Repeating Group MessageThreads click on the text in the cell its supposed to take me to the messages between the current user and that username in the cells text.
And in the area where the two users have a repeating group to message each other the same messages are shown everytime I click on a thread in the RG where all the Userâs threads are on thegroup âMessagesâ

