I’m struggling with creating a habit tracker. I have a repeating group in which I want to have a disabled checkbox that shows the habit in the label and is checked if data field “completed” in habit data type is yes.
My workflow is set to change the value of completed whenever another checkbox is checked or unchecked. My problem is since my habit view data type is a list of habits it changes too. I needed to make these “completed” values static for my habit view data type only. Any ideas how I could solve this?