I am creating an Expense Tracker app, and I'm using a Dataverse table as the data source.
I have two choice columns:
Category - contains five main categories:
- Housing and Utilities
- Transportation
- Food and Groceries
- Personal and Health
- Financial and Miscellaneous
Subcategory - contains 25 options to choose (5 for each main category).
My goal is to create logic where each of the five subcategories corresponds to one of the main five categories. This way, when I select an option in the "Category" dropdown, I want to see the corresponding options in a different dropdown called "Subcategory." For instance, if I choose "Housing and Utilities" from the "Category" dropdown, I should only see the options related to housing and utilities in the "Subcategory" dropdown.
Please refer to the images below for visual reference:
Thank you in advance for your assistance.

