Use Microsoft 365 Self-Help connector instead of Microsoft support

Microsoft has released a new connector in Preview. The Microsoft 365 Self-Help connector can now be used in a Power Automate flow.

The Microsoft 365 Self-Help Connector

The connector is described as:

Microsoft 365 Self-Help connector provides services which can provide api’s to automate self help for customers.Use the self-help solutions for Microsoft 365 product issues. Reduce your organization’s helpdesk cost and provide great customer experience by adopting the same services that power Microsoft Support.

So Microsoft is now making it easier for you to help yourself with all those easy how to questions.

Currently the documentation isn’t available yet, however it is likely to appear in the list of connectors published by Microsoft soon

Time to create an app for my users to ask their questions.

Creating the flow

Before I’m creating an app, I’m going to create the flow in Power Automate.

Microsoft 365 Self-Help connector in action in a flow
Microsoft 365 Self-Help connector in action in a flow

To create the above flow, simply add the Power Apps trigger and a Respond to a Power App or flow step.

Then within the trigger add a question parameter and a result output property.

Then all there is left to do is add the Get Self-Help insight action. and reference the earlier created Question parameter. And that is it!

Creating an app

Now creating an app in Power Apps that looks like this will be easy:

Microsoft 365 Self-Help responding to our question
Microsoft 365 Self-Help responding to our question

First I’m adding my flow to the app. This will now make it possible to call the flow when I press the submit button.

Adding the flow to the Power Apps
Adding the flow to the Power Apps

The code on my submit button will set a varResponse variable to the HTML returned by the flow.

Set(varResponse, 'Getself-helpinsights'.Run(TextInput1.Text).result)
Call the flow from an app
Call the flow from an app

Then I added the HTML control which now displays the response within the app.

Display the response
Display the response

Now all we need to do is make the app available to users you could add it as a webpart to a SharePoint site or add it to Microsoft Teams.


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.

Discover more from SharePains

Subscribe now to keep reading and get access to the full archive.

Continue reading