So... I'm fairly certain I've created Custom Connectors in the past where:
Why is this no longer working?
Example:
Troubleshooting so far:
Why? Thoughts?
Solved! Go to Solution.
Hi @ericonline
You seem to have followed the correct troubleshooting steps. The only thing that might cause this is the 'Is Required' setting which is set to no, that makes it optional and causes it to display on the front end. I agree that this doesn't completely make sense as you have specified a default, but it should do the trick.
You will have to readd the connection to the app, but from your troubleshooting steps I can see you have know this 😉
twitter: @dawidvh
youTube: https://www.youtube.com/user/dawidvanheerden
**If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions. AND we get points for it 😉
Hi @ericonline
You seem to have followed the correct troubleshooting steps. The only thing that might cause this is the 'Is Required' setting which is set to no, that makes it optional and causes it to display on the front end. I agree that this doesn't completely make sense as you have specified a default, but it should do the trick.
You will have to readd the connection to the app, but from your troubleshooting steps I can see you have know this 😉
twitter: @dawidvh
youTube: https://www.youtube.com/user/dawidvanheerden
**If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions. AND we get points for it 😉
Hi @DavesTechTips !
Thank you for the follow up and thank you for the solution.
You were right. Once I marked those parameters as "Required", they were no longer needed in the Custom Connector. I did not have to remove / readd the Custom Connector, just open the app and the changes were active.
#PowerHomies!
Hi @DavesTechTips ,
Weirdest thing. Today the Custom Connector is not working and is requiring "api-version" again... strange.
Weird.. I cant explain why, but the query needed to be changed from THIS:
ClearCollect( colAPIResults1 API.GETthing1( { 'api-version': 1.0, query: varLatLong, 'subscription-key': "123" } ) ); ClearCollect( colAPIResults2, API.GETthing2( { 'api-version': 1.0, query: "THINGS", 'subscription-key': "123", lat: varLat, lon: varLong } ).results )
...TO this...
ClearCollect( colAPIResults1, API.GETthing1( "1.0", {query: varLatLong} ) ); ClearCollect( colAPIResults2, API.GETthing2( "1.0", 20000, {query:"THINGS",lat:varLat,lon:varLong} ).results )
Working now, but not sure why the change needed to occur 2-3 days later like this.. I haven't touched this connector since last week.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
189 | |
56 | |
49 | |
37 | |
36 |
User | Count |
---|---|
270 | |
87 | |
80 | |
76 | |
74 |