I created an application in this 2 dropdown value
1. Nominal bore (DropdownCanvas1_5)
2. Length (MM) (DropdownCanvas1)
As per the screenshot, I have selected nominal bore 150 - but in the 150 option length is available only 280 but here it shows all lengths 280 & 390,
But I want to show only the Nominal bore selected based value of how many lengths are available in this nominal bore
(DropdownCanvas1_5) Formula use - Distinct('Price Data Of Bellow','NominalBore')
(DropdownCanvas1) Formula use - Distinct('Price Data Of Bellow','Length(mm)')
