This is just bizarre. I have a Custom Connector that calls a weather api. Working great in one application. Added the Connector to a different app and duplicated the inputs. No go.
Most curious is the "hint text". WHY IS IT DIFFERENT FOR ONE APP?
Working app hint text:
Non-working app hint text:
Working app schema:
ClearCollect( colWeather, weatherAPI.GETHistorical( { apikey:"<redacted>", accept:"application/json", 'Content-Type':"application/json", geocode: { lon: Location.Longitude, lat: Location.Latitude }, location_id: "", start_time: Text(Now() - 1,DateTimeFormat.UTC), end_time: Text(Now(),DateTimeFormat.UTC), timestep:60, fields: colSelectedParameters } ) )
Non-working app schema:
ClearCollect( colWeather, weatherAPI.GETHistorical( { apikey:"<redacted>", accept:"application/json", 'Content-Type':"application/json", geocode: { lon: Location.Longitude, lat: Location.Latitude }, location_id: "", start_time: Text(Now() - 1,DateTimeFormat.UTC), end_time: Text(Now(),DateTimeFormat.UTC), timestep:60, fields: colSelectedParameters } ) )
Errors:
Its like the schema of the Custom Connector is not visible between apps? Whats going on here?
Solved! Go to Solution.
So I bit the bullet and deleted, re-created the Custom Connector... issue fixed.
@ericonline, I'm not familiar with this API, but do you know if its schema changes under different conditions? For instance, in my Twitter API, the schema changes if a given tweet does not have retweets, so it does not have data for the user of the original tweet.
Hi @Mr-Dang-MSFT ,
Thanks for the reply!
Thoughts on what I do to troubleshoot?
So I bit the bullet and deleted, re-created the Custom Connector... issue fixed.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
197 | |
71 | |
48 | |
42 | |
30 |
User | Count |
---|---|
263 | |
121 | |
92 | |
87 | |
85 |