Record individual user submissions?

With the new Publish mode is it possible to restrict ‘play’ access so that people can (for example) click a button to add a new table row and enter info to that row, but not be able to change info in any other table rows?

Hi @Gavriel_Shaw,

I think this might take a workaround and might require the Team tier so you can use locking. My approach would be to create a section where everything is filtered to the current user, User(), and allow creating a row there. Then I would create another section that shows more of the data you want to display and just lock that section down more.

I think this might give you what you’re looking for.