Hiya! I’m having some issues figuring out how to make something (that feels like it should be simple) work.
I have an app that provides all users with a prefilled to do list in a repeating group. I built in a checkmark icon so that it becomes a to do list people can interact with. However I’m having issues with the privacy rules somehow because when 1 user checks a box on their to do list, then every users same box gets checked, even though they haven’t completed whatever it is that’s on the list.
How would I make a checkbox only apply to the user clicking it?
You need to create a list of items for each user to check off.
At the moment you’re giving all the users the same list of items. So when you want to assign an item or a list of items to a user, you need to copy them or create them through a workflow.
The only future will be B: I may want to update the items for everyone (this is a system where everyone follows the same steps so they’re not unique to anyone).