Issue description (Latest Bubble version):
- I have a data table called “users” which have all the users with First Name and email ID.
- I have a data table called “conversations”. In that I have a column called “Participants”. This column is of type “users” and is a ‘list’. So I have two users in every record of this field (Example: naresh@gmail.com , crazy@gmail.com)
- Now In a repeating group, I am trying to access First names of these two users. So I created a text box inside the repeating group and entered dynamic field like this “current cell’s conversation’s users:each item’s First Name”.
- However, my output is coming as "Naresh, ". So the first name of the other user is blank. Why?
- Irony is, when I do this “current cell’s conversation’s users:each item’s unique id”, I am getting two unique IDs as output (1691642678302x489805214277095400, 1691644039455x288243052176857540). Also when I do this "“current cell’s conversation’s users:count”, I am getting 2. So there are 2 users for sure, but First Name or any other attribute is coming as blank. I checked First Name in the Users database and it is not empty.
Update: What I understood is Bubble is taking only logged In user from the list. How do I fix it?
I created an app only for this issue. Here are the 5 steps I used:
Thank you!




