Including, the image of the following users alongside first and last name, where I could be able to click and access their profil.
So far I have created in my User Data Type a “Follower - List to User” and a “Following - List to user” but somehow I can’t make it work to add the user to my following list based on their username.
If someone can help me, it would be amazing.
Thanks in advance the community
Since you already have following/followers properties of type user added to the user datattype like this:
you need to add a searchbox to the page where users follow other users. Searchbox datatype is of type user, you can choose which field to search for and add constraints to filter out people if you like:
Actually, on my follower list I want to display in a repetitve group the image and the name of my contact, as you did on your latest animation.
Can you please show me the logic that allow you to display on the current user view the people I follow on a list?
yes sure, so since each user has a list of users (followers) and another list of users (following) as properties; when they follow another user, that user is added to their following list:
As you can see, the field to search is Username and the Search type is: User.
What I want to do in there is simply to type an username and have it in my Following list. In the meantime my profil will go the users followers list.
When I look at the data I can’t see anything today, yesterday somehow I could see my email address. Do you think I have done something wrong ?
Secondly, I assume that when this link will be done I will be able to display any information about the users I follow in a Repeating Group, so far I set it up like this:
To resume, I want to be able to enter the username of a user, add it to my following list, then see him on my following list and click and see his profil.
Can you please have a look and let me know what I missed to make this work?
I honestly don’t know how to thank you for the time spending on helping me on such basics stuff.
no worries, everyone starts with the basics, no?
I explained everything in a video, also here is the editor link so you can see everything yourself and examine how the features and workflows are built. Please don’t hesitate to ask any further questions. I am happy to help.
Good luck!