Copilot Preview access from your tenant for Power Apps

Reading Time: 2 minutes Copilot Preview access from your tenant for Power Apps Using Copilot you can build an PowerApps, including the data behind it, by simply describing what you need and iterating on the result through AI conversation. Your apps will have copilot-powered experiences built in from the first screen — so that …

Introduction to New Viva Toolkit to kickstart your Microsoft Viva extensibility

Reading Time: < 1 minute Hi All, I will be coming live at 6PM, speaking about “Introduction to New Viva Toolkit to kickstart your Microsoft Viva extensibility”. Do join the session at The Bangalore Reactor by #Microsoft. Here is the link to it- #microsoft #bangalore #viva #toolkit #community #microsoft365 #jpower4 #india #chennai #mvpbuzz #learningbysharing #communityrocks

How to build a simple custom Property Pane using Typescript for SPFx

Reading Time: 5 minutes The SharePoint Framework contains a set of standard controls for the property pane. But sometimes you need additional functionality beyond the basic controls. You might need asynchronous updates to the data on a control or a specific user interface. Build a custom control for the property pane to get the …

Retrieve SharePoint List Items Using Microsoft Graph API for SPFx

Reading Time: 7 minutes Download the code here Overview When building SharePoint Framework solutions, you can easily connect to the Microsoft Graph by using the MSGraphClient. MSGraphClient is a new HTTP client introduced in SharePoint Framework v1.6.0 that simplifies connecting to the Microsoft Graph inside SharePoint Framework solutions. The MSGraphClient is available only in …

Build and Deploy multi-tab Microsoft Teams personal tab using SharePoint Framework(SPFx)

Reading Time: 4 minutes Overview Creating and distributing an app built on the Microsoft Teams Platform involves deciding what to build, building your web services, creating an app package, and distributing that package to your target end users. SharePoint Framework is spreading its wings and is now ready to go beyond SharePoint and develop …

How to embed Power BI Dashboard in Dynamics 365 for Sales and Marketing

Reading Time: 3 minutes The Power BI for Office 365 cloud service works with model-driven apps in Dynamics 365, such as Dynamics 365 Sales and Customer Service, to provide a self-service analytics solution. Power BI automatically refreshes the data displayed. With Power BI Desktop or Office Excel Power Query for authoring reports and Power …

Build and deploy custom Connector for Power Platform

Reading Time: 4 minutes To create a custom connector, you must describe the API you want to connect to so that the connector understands the API’s operations and data structures. In this post, you create a custom connector from scratch, without using a Postman collection or an OpenAPI definition to describe the Cognitive Services Text Analytics Sentiment API …

Set up a Microsoft 365 developer subscription for Learning

Reading Time: 3 minutes Sign Up for a Microsoft 365 developer subscription In this exercise, you will sign up for an Office 365 E5 Developer Subscription tenant for use during the workshop. Set up a Microsoft 365 developer subscription to build your solutions independent of your production environment. The subscription is a Microsoft 365 …

Create custom Microsoft Teams messaging extensions using nodejs

Reading Time: 6 minutes Introduction Messaging extensions are a powerful way for users to engage with your app from Microsoft Teams. With this capability, users can query or post information to and from your service and post that information, in the form of cards, right into a message. Messaging extensions appear along the bottom …