Hello Guys,
I have some data related to tires which have 'tire names', 'width' and 'height' as field names.
I have created the app using the interface tool where it allows the user to select the width and height of the tires. when it runs as it gives the respective tire names for the selected width and height by the user.
Image refers to when the user runs the workflow as an analytical app.
The problem is when the user selects width as '165' in the dropdown. Then when selecting the Height it shows all the (45,50,55,60,65,70,75) values in the dropdown.
But I need it when the user selects width as '165' in the dropdown. Then when selecting the Height it should show relative data like (60,65,70) values in the dropdown.
For reference, I have attached the workflow.
If possible kindly share the solution.
Thanks in Advance,
Venkatesh
Solved! Go to Solution.
Have a look at the attached workflow.
I have made some tweaks to your one but this should do what you want to achieve.