I have a basic list with selection on right control, and then I have a button.
I want to disable the button if none of the items are selected, so I thought I could modify the Disabled property of the button with a formula that checks if the count of selected items is greater than 0. But I do not know how to reference another component in a formula. I only have self for referencing the current component, the button.
What can I do?