Created a custom connector for a Business Central API page. All is good at the point of testing the connector:

When I add this connector to a canvas app I get no data but I do get the structure of the JSON:


If I use the custom connector in Power Automate I get a valid response with a full payload of JSON:

What am I missing here?
I've played around with the CompanyID parameter as that is fundamental like passing it into the PowerApp formula as {CompanyID: "<string>"} but then the formula won't accept the value and it errors....