A user selects a parent category in a category system. The system then wants to list only the subcategories associated with this category.
- The user selects the parent category from a Select Box element.
- This selection triggers the Get Categories action with the ParentId parameter.
- The returned subcategories are listed in another Tree element or Table.
- The user selects one of these subcategories to continue the process.