Trouble with lists

Ok … so I am building a simple habit tracker.
My goal is to be able to

  • create new habits
  • via the popup, add a score to said habit

Currently, with each new “habit score” that is created, it creates an entirely new habit.
I want to compile the score of similar habits into a list (so I can calculate an average).

Not sure how to do this …


Then you must be running a workflow to create a New Habit any time a Score is updated. So don’t do that…

Instead just make changes to the Score to update the score.