Generate CSV: User-specific data only

I’m building an inventory of personal belongings that is user specific (filter collection by User ID is User Profile > Row ID) so all of my users can view/add/edit/delete ONLY their own items.


^ User A’s list.


^ User B’s list.

Now I also want them to be able to generate a CSV file of their personal inventory but for some reason, generating a CSV file will include everyone’s data. Where have I gone wrong and how do I fix this?

You are better off adding email to your table and enabling Row Owners on that column. Then you won’t need a filter and everything else should work because users will only have access to their own rows.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.