I have a Data Type with "Habit Name, Color and Habit Days" - The habit days field so I can save from the choice chips widget state. On the "edit habit" page I want to use the habit days list for the initially selected.
This is where I'm having issues, I can only manage to show the first day on the list (Monday). My settings are probably wrong but I was trying to first filter the list to the specific row by matching "habit name" with the habit name parameter and then from there try and map the list in the habit days field. Where am I going wrong?