Hello,
is there a doc or a video that shows how to manage cascading dropdown fields in Dataverse for teams.
I have a very simple scenario three tables:
- Project
- Category
- SubCategory.
Project Table has a lookup fields to Category and a lookup to Subcategory
Subcategory Dataverse Table has a lookup field to Category table.
I'm using the EditForm, once I select Category from the Combobox, I want to load in Subcategory Combobox only the ones related to the selected Category. In Item property of Subcategory Datafield I have the following
Choices([@Projects].cr6e8_SubCategory)
Any help?
Thank you so much