Hi there!
Depending on how you would like to populate your dropdown you can use the following options.
A - Populating your dropdown using $w.Dropdown.options
Run a wixData.query() on the Collection with the Artist Profiles. Use .eq on the “_owner” property to match with the currently logged in members id. Populate the dropdown using these results.
B - Using a dataset
Add a dataset to the dropdown for the Artist Profiles. You can either add a filter using setFilter() when the page loads to check if each artist is associated to the logged in member using the “_owner” property or use the options on the editor.
