How to get the user info of the current logged-in user?

Hello everyone, I have created a website using Webflow, and it includes a like functionality. I need to keep track of who liked the content. Please tell me how to retrieve the information of the current logged-in user. Thank you.


Hi Yulin. If you’re using Memberstack, their documentation includes details on how to get the current user data and update it. You can build a form of favorites capability this way.

A Likes feature is a bit different in that it’s an indication of how many people like a specific item. This requires a different type of engineering. You might look at Jetboost’s solution for this.

thank you!i will try