The must have features of an app in Power Apps using community connectors (well, on a Friday afternoon that is)

Every week there are new connectors added to Power Apps and Power Automate. This week I’m looking at two community connectors that were added recently by on of the Power Platform community leaders, Daniel Laskewitz.

Community connectors

Until recently, it was possible to submit your custom connectors to APIs that you owned, however this has been made easier to that publicly available APIs can be used for connectors and community members can submit the custom connectors using these APIs without too much effort.

Recently two new must have connectors were added.

  • icanhazdadjoke
  • Chuck Norris IO

In flows you can use these to get some random jokes returned.

community connectors in flows
community connectors in flows

Now if we take a serious app

Serious app developed in Power Apps
Serious app developed in Power Apps

We can add, a joke to the top of the screen. Just imagine how many people will start to use your app, just to read the daily jokes.

A daily joke added to our app using the community connector
A daily joke added to our app using the community connector

All you have to do is add a connection to the icanhazdadjoke connector and then use the following line of code:

'icanhazdadjoke(IndependentPublisher)'.FetchRandomJoke().joke

Maybe rather than FetchRandomJoke it should have been called GetTheJoke but this connector does show how easy it is to create your own connector.

Which connector are you going to submit?


Discover more from SharePains

Subscribe to get the latest posts sent to your email.

Related Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.