Hi @
& @,
A
quick update I was able to solve 50% portion of the flow which is opening the specific 'pbip' (Power BI Project file) in Power BI Desktop, for that I had to make few changes in my existing flow like:
-> I added a loop (for-each) to get the file details from the list (i.e. Get files in folder action : It returned a variable: 'FilesList')
-> Then using this variable details I created another variable which will store the complete file path of the pbip file (variable name: FilePathVar)
-> Instead of running the Power BI Desktop.exe I used the command prompt to open the pbip file (since pbip file is not a direct executable file like .pbix)
-> Added a wait action for 20 seconds and then used 'Click UI element in window' action to click on Files
After this I did try to another action: 'Click UI element in window' to click on Save as option (and then followed by Browse by device) but somehow I am not able to capture the specific button (it is suggesting the entire window which I don't want)

So to navigate to Save as option I even tried to make use of 'Send keys' action by using Down arrow key 4 times (Down + Down + Down + Down -> {Down}({Down})) but even that didn't work out.

So currently I am able to open the File menu but there are couple steps which are still left that are navigate to: Save as: Save type: To be selected as Power Bi File (from the dropdown) (*.pbix) and save i.e.:

So any idea how to proceed from here?.
Also @
you had suggested the CLI method is better and shared a link I went through that, as per my reading I guess it converts to pbit format but I need pbix. If you have the documentation or script that can help me do share that.
Regards,
Sidhant.