I am playing around with Power Automate Desktop. I'm trying to write an automation that will change the default audio output device depending upon the current device. For example, if the current device is the headset, I want to switch to the speaker and vice vera.
I recorded pressing <Windows>+<CTRL>+V to open the Quick Settings for the sound output
What I am having a problem with is getting the "Selected" value from the UI element which I should be able to use to tell what the currently active device is.
It looks like there are only a limited number of attributes available from the "Get details of the UI element in window". Is there any way for me to get the attribute that I need?
Thank you