Social network

@givemeawhisky
So let us make an example. We gonna call this dataset “userstuffdata”. If the user add a profile pic to his page it will be saved in the “userstuffdata” dataset. Now lets gonna create the second dataset, called “userUploadsData”. If this user uploads something, the inputs are connected with this dataset “userUploadsData” and the output (which is a repeater) too. But the saved profile pic which should be next to this stuff, which the user’s uploading, is in the other dataset. This all is correct, right? Or not? How can I bring this profile photo, which is saved in the dataset “userstuffdata” to this content, which he’s uploading with the “userUploadsData”?
Thank you very much for your time.