I am building a flow where I need to use UI clicks using Power Automate Desktop. I want to perform UI clicks on a window where there is a menu items[Basic, Payment, Details].
On starting flow I will perform UI clicks in 'Basic' section, later I want to switch to 'Payment' section, Now UI click is not working to switch to 'Payment'section.
I tried 'Get details of the UI element in window' to check about the UI element. I getting the false from 'Get details of the UI element in window'. Its like it doesn't enabled, How can I enable it? How to perform UI click on a menu section? UI click worked every where in the window except on the menu section.
Below is the image of the flow, you might get clarity on what I am saying.

The problem was solved, I tried 'send mouse click' action and it was worked exactly the way I want.