@Lisa thank you so soon much
Still getting used to Loom Hope this helps!
Thank you sooo much @Lisa
Thanks @Lisa, that was very helpful.
(Great Loom video!)
It worked and It was very easy
Killer video, Lisa!
Thanks everyone. Glad this helps!
Nice work @Lisa Thanks for sharing.
Perfect @Lisa! Thanks for sharing
Hi Lisa - I have 2 (hopefully) quick followup questions:
-
Iām using Glideās native lookup functionality to pull a user name into my āPrivate chatā sheet (Example in 1st screenshot: User relation 1 -> User name, User relation 2 -> User name), but for some reason, I canāt even access this data for use as the ātitleā element on my inline list of all chats (view featured in screenshot and orange circles indicate where Iām trying to place a userās name). Any idea what Iām doing wrong, or if thereās an easier way to implement user names as titles in a list?
-
How have you managed to show the OTHER userās profile image and info in this list view (I send you a chat, you see my profile image while I see yours)?
Is your relation Multiple?
This was the thing I struggled with when I created this same type of chat, admittedly I didnāt have time to think about it thoroughly at that time so any ideas would be welcomed. Thank you in advance.
Maybe an if/then column that checks if user1=me, then user2 image else user1 image.
Thanks Jeff, but what I am thinking now is that If > Then column will be static and does not change based on which user is logged in. Maybe Iām missing something here and will need to try that again when I have time.
In a private chat, only 2 people are in the array user columns. Iām thinking that if you compare each the user1 column to the user profile user, it should dynamically work based on who is logged in. And since the user should only see chats that pertain to them, it should work.
I think this may be the path forward. I attempted something like this, and wasnāt quiiite able to nail down the logic. Maybe with fresh eyes, tomorrow.
On āis the relation Multiple?ā - Not sure I follow, Jeff.
I have a User 1 Relation and a User 2 Relation, and it seems I have both of those set to match multipleā¦
If you have the relation set to multiple, then the lookup will try to pull back multiple and you canāt use that value in a single value component. You need to change your relations to single, since I assume you would never have multiple matches anyway.
Hmm⦠switching it broke some other functionality. I may have to disassemble things and rebuild to figure out where the issue is coming from.
May we ask what functionalities are broken by changing it to a single relation? As Jeff said, I assumed you will only need a single relation here.