Disabling certain items

0
Hello, Is there a way to disable/enable (show or not show) certain items/options in a dropdown, radio, list or menu button dynamically (maybe depending on certain values)? eg: Suppose I’ve a dropdown list with ‘Left’, ‘right’, ‘top’, ‘bottom’ options. Now let’s say depending on the value of ‘Direction’ field, I want to disable just selected fields. Like if value of ‘Direction’ field is ‘Horizontal’ then I want the options ‘top’, ‘bottom’ disable or not visible.
asked
1 answers
1

You can use a microflow to show a list of selectable items, based on logic

answered