The Additional Columns should appear in the chat component configuration. After mapping the Display fields (Text, Timestamp, User photo, User name, User Email), I should see Additional Columns to store values for each new message. Without the Additional Columns I am not able to see who sent a message to me but I can see what the message is.
Can you share a screenshot of the right hand panel?
What columns do you have available in your chat table besides user email and timestamp?
Row ID, User Email, Relation column to Users Table using User Email, User Photo, User Full Name, User Nick Name, Timestamp - Thank you Jeff
What more are you expecting? If those are the only columns available to write to, then that should be it. I see every writable column you listed available to fill in your screenshots. If you need more basic columns to write to in your chat table, you need to add them first.
With the current table structure and right side configuration of the chat component the issue I am having is, when I send a message I am able to see my name (the sender of message) and the message I sent, however, I am not able to see the name of the person who responded to the message but I am able to see the message response
Is the name coming from the user table? Do you have row owners applied to the user table? If so, you might be better off just creating and filling basic columns in the chat table with that information instead of relying on a relation and lookups.
[quote=“Jeff_Hager, post:8, topic:86316”]
Do you have row owners applied to the user table? - yes If so, you might be better off just creating and filling basic columns in the chat table with that information instead of relying on a relation and lookups. okay
Thank you very much Jeff, that worked ![]()

