I have a power app developed with a custom Rest API connector to a web application to consume data into a collection. All is working fine and the application is responding well. Now the users are asking to connect to another url environment {on demand} by setting the host url in the application and using this as a parameter for the custom connector. everything else is the same just the host environment would change.
so if host.txtbox = https://mywebdev.com
The call would go to https://mywebdev.com/os/getrecords
and if the host.txtbox =https://mywebqat.com
The call would go to https://mywebqat.com/os/getrecords
parameters in the custom connector are not the issue...........how to you pass a host as a parameter?


Report
All responses (
Answers (