I want to make this for multiple users

Ok, so I’m assuming you have one list of tasks, and each intern will be able to view the same list, but individually mark then completed and have individual notes for example? Does that sound right? There is a new feature in the works that should make this very easy once it’s released. It’s a new column type that will store data per signed in user. I haven’t played with it myself, but you could test it in https://staging.heyglide.com/. Again, I have not tested it so I’m not sure if it completely works yet.

I would wait for the new feature, but there is a workaround. Take a look at this thread below. It’s a very similar scenario. I have an example in https://concepts.glideapp.io that will function if you follow the directions in the last couple of posts (it’s public, so I can’t used per user data on it). It involves opening a task’s details and then submitting a form. Then using the list filters, you can hide or show completed tasks. It’s not a great solution, so that’s why I say to wait for the new column that is coming (hopefully soon).