I have the below
The user will switch the toggle which will show the list. The user will select the options they want and then I have a work flow that will add each item and the main category so it would look like in the DS - INCOME | SALARY | USER NAME - is the aim.
What I want is a list of unique Categories (INCOME) but I cant rely on the toggle being switched because the user might switch it off when they are done. I cant do a change on toggle because they will likely switch the toggle to see the list and may not select anything.
Is there any way to create another dataset from the one made that only contains the unique categories?