Forum Discussion
Cascading Drop Downs using result shows error
- Mar 16, 2023
heathboroff In case you are using latest authoring version of Power Apps, try using Value instead of Result.
Example:
Filter( Distinct( CityPopulations, Country ), Value )
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
heathboroff In case you are using latest authoring version of Power Apps, try using Value instead of Result.
Example:
Filter(
Distinct(
CityPopulations,
Country
),
Value
)
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs