So, I have an existing PowerApp in the Portal using a Dynamics NAV connector. The OData Feed URL is set to:-
https://server-name:port/instance/odata/
… and it's successfully connecting to the default tenant. Now I want to connect to a different tenant so I changed the URL to: https://server-name:port/instance/odata/Company('Acme Products')
It doesn't error, but the PowerApp is still connecting to the original tenant. In other words it has had no effect. Any thoughts?