I am creating a web page in which members can upload articles by filling in the data of a form.
The drawback I have is that I can’t make sure that when I click on a member, only the articles that that member has uploaded appear.
That is, filter dataset by owner. Adding this filter to the dataset only shows me the articles that I have uploaded, but I want to show the articles that the member I clicked has uploaded.
You didn’t fully described how do you perform the filter and how you save the data to the article collection.
Not sure I understand why you cannot see other members articles, maybe because of the collection permission that should be changed from ‘Site member Author’ to ‘Site Member’ or to ‘Anyone’.
Please post your code here (or your site page url)
You should be able to filter the author by using the _owner with the ‘author’ list userId
Also, what have you used to display the ‘author’?