I have a database template that I uploaded through CSV but this data can be modified by users but a new user must always see the original data because it’s a template. The template has 345 entries so creating a new thing for every new user will not work because all the 345 entries must be preload for the new user. Any idea on how I can do this?
Hey guys… while going through the app just remembered now that:
- copy a list of things
- make changes to the previous step by setting created by to current user (in case you didn’t see a created by field, proceed to creating one)
It solved my problem.
If you have a better approach, please drop it. Thank you!