Forum Discussion
cboake
7 years agoFrequent Visitor
Dynamic URL from user input
Hello, Is it possible to take user input and use it to create the url that will be used in a custom connector? The URI looks like "https://<variable here>.restofdomain.com/rest/", we don't know a...
luisrh
Responsive Resident
7 years agoYes it is possible. I suggest you look at organizational content packs or Power BI apps. These are basically parameters that you will require user to fill in - the M code that drives your connection can then leverage those parameters to create correct URL endpoints, etc.
Good luck!