How to make a friends list

how do i make a friends list where the list populates with a user’s friends and each friend is a clickable button/text/profile pic? i am new to bubble. very new. i can make buttons but how do i make it so that a number of buttons appear corresponding to how many friends the user has?

Try this. In your User data type, create a field called Friends of type User and make it a list.

Then use a repeating group to display a user’s friends.

I hope this helps.

3 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.