Database Get member by owner column

Hi i create a database, and fill data, every line has by default the column OWNER.

I search a way to use owner to relate my database with wix members.

I like recover the member’s name with the owner column for every row in my database,

Hi Juan!
It sounds like the thing you’re looking for is the wix-user API .
Using this method allows you to gain information about the current user viewing the site.

Further more, every item in a database contains a unique field called ID.
Every item has its own unique ID of course (as shown).


Knowing that you can use the currentUser method to get a members ID allows you to gain access to the rest of the item’s (user/viewer) info.

Hope it helps!
Best of luck!

Doron. :slight_smile: