So I want to upload an image from the database but when I do this it shows this. Instead of showing an image property of the right collection
Hi @songaria,
Welcome to the community
So you have a image property in the users collection? You want to show logged in user’s profile photo right?
Thank you
Thank you for your reply. i have a image property in the logged in user > ‘riffs’ collection and want to show that image.
How the users and riffs collection connected with relationships?
by a many to many relationship
Since this is a many to many relationship you need a list of image components to show them! You can select the image component and click on three dots and select make list and connect it to the riffs collection and filter for logged in user’s riffs and in the image component you can select current riff > image property.
Ok so you have the random picker in first screenshot connected to the riffs collection and need to show the image of the selected riff in the random picker?
Yes
You need a One to Many relationship! A user have one riff and a riff have many users. Check here : https://youtu.be/n_yoxHtAepk?t=257
Okay. I tried it but now it just says ‘not found’ on the random picker
Are there any records in the riffs collection?
yes
Did you switched on this setting?
I did
I added the component again, without turning it on but still ’ not found’
Could you add some screenshots?
random picker settings?