Unable to get Appium Inspector to find App

Hi all,

I’m currently trying to set Appium Inspector up with my Windows app. I believe I’ve got the Windows driver installed correctly because I’ve downloaded the calculator example and that works fine. My issue comes when I try and use Appium Inspector to find elements within an app. If I take the calculator as an example I have the following JSON as a Saved Capability:
{
“platformName”: “windows”,
“deviceName”: “WindowsPC”,
“app”: “Microsoft.WindowsCalculator_8wekyb3d8bbwe!App”
}

This opens the calculator and it shows in the left hand pane of the Appium Inspector, however I can’t interact with it in any way and the only items it shows in the App Source are the menu bar.

Any suggestions on what I should try next to get this running correctly?