Tag: Power Platform Week

Power Virtual Agents: GPT Enabled Image Generator on PVA
Power Virtual Agents: GPT Enabled Image Generator on PVA
Blog Posts

What is the purpose of image generator chatbot? I know, it’s a bit confusing because a chatbot is just a chatbot, but now creating an image as user prompts and it use OpenAI model. Microsoft has been announce plenty of AI-based feature on Microsoft service and tools in Build’23. One of them is regarding Power Virtual… READ MORE

Power Apps: Creating Microsoft Graph API custom connector
Power Apps: Creating Microsoft Graph API custom connector
Blog Posts

Requirements: Before reading the article please make sure that you have System Adminstrator role in your environment because it’s important to registering an application to Azure Active Directory — a.k.a Azure Entra ID. Why do you need create custom connector? Sometimes you need to use some APIs or 3th party services to using your canvas application or Power… READ MORE

Power Automate, The Direct Methodology
Power Automate, The Direct Methodology
Blog Posts

Everyone has their own particular style when making flows in Power Automate, and that is part of the beauty of being a developer. But development by its very nature is about sharing and learning from others (its why Stack Overflow is probably most visited developer site). So after making far too many flows I’ve pulled… READ MORE

Edit Subgrids Side by Side with Power Apps Grid or Editable Grid
Edit Subgrids Side by Side with Power Apps Grid or Editable Grid
Blog Posts

There are a few blogs about opening the records of a subgrid in a dialog. For instance While dialogs are a much better user experience than navigating away, I would like to write about another option we can use: side-by-side editing using Side Panes (here the learn sdk link). The difference between the Dialogs (opened with Xrm.Navigation.navigateTo) and… READ MORE