
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?
Hi,
Thanks for your question and for attending MBAS2020. Unfortunately at this point this is not supported. What you are looking for would be like using a SharePoint connector to create a file in OneDrive. The connector has a defined endpoint and it cannot be dynamic.
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.