I was in PowerUp! Live Meetup on Thursday and Tatu Seppälä was presenting security solution to give permissions to environments trough Entra ID security groups instead of assigning them directly to users. During his presentation I remembered that I have... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
This guide explains how to apply the formatDateTime() function in Power Automate to format timestamps with practical examples.| Tech Target
There is autonomous Agent handling the recruitment process for applying the job. The Agent takes in the CV, helps the applicant to see what is missing and gives rating how the applicant CV applies to the open job position. Agent... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
Intune Chrome OS support is already available in Microsoft Intune. The Power Automate integration is coming soon. Chrome Devices must be enrolled before you| How to Manage Devices Community Blog Modern Device Management Guides
Facing SharePoint vulnerabilities? Learn why migrating to SharePoint Online is urgent, how to stay secure and compliant, and how Creospark ensures fast, AI-ready migrations.| Creospark
Added knowledge source and testing if the Agent could read the PDF files in a Dataverse table row but it just gets the file guid, not the contents so knowledge source is not a choice now. I need to create... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
Discover how Microsoft 365 Copilot connectors unify people data across platforms, enhance identity accuracy, and power smarter collaboration in the digital workplace.| Creospark
I want to upload document in the Copilot Studio Agent chatbot interface and handle it with Agent Flow which saves it into Dataverse table row column type of file. Once I have already half way implementing this, I was thinking... Continue Reading → The post Send file from Agent chat to Agent Flow appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
I started to create Recruitment Agent from the beginning. First you need to give all the description and instructions to the Agent. Then there is need to get the knowledge sources for the Agent to query for the Job Positions,... Continue Reading → The post Recruitment Agent creation from scracht appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
Let's learn how to Repair Reset Power Automate in Windows. Windows' repair and reset option is the best feature for maintaining the smooth functioning of apps| How to Manage Devices Community Blog Modern Device Management Guides
Recently Microsoft released new functionality to extend the Power Platform Pipelines with predeployment conditions. In this article I will explain how you can add stage approvals in Power Platform Pipelines to send an approval card in Teams to different approvers per deployment stage. Assume you have the following use case: High-level Process In the above…| Dynamics 365 Experts
By default Flow only returns the first 5000 records in a List rows action. If your flow needs to return more than 5000 records you need to add paging to your flow. There are two ways to achieve this: 1. Create a fetchXML using fetchXMLBuilder (XrmToolbox) and convert it to oData query. In your Power…| Dynamics 365 Experts
This article explains how to delete a folder, including sub-folder and files from SharePoint using Power Automate. In this example I start by setting a few parameters for the parent folder (=OrgLocation Folder) and the folder to delete (=SubmissionID Folder). Next I retrieve the default SharePoint Site form Dynamics 365 CRM/CDS With the above I…| Dynamics 365 Experts
There are several ways to check if a SharePoint folder exists using a Power Automate flow. One way is to use the List Folder action to check if a folder exist and then use the “Configure Run After” to check if the previous action failed or not. For more details see this post by Ajith…| Dynamics 365 Experts
Recently I worked on a user requirement to create a link to a selected file in a SharePoint document library (in order to copy/use it elsewhere). I found two ways via Power Automate flow: Using a Link (url) Using a Link to a Document Below screenshot shows both options in one flow: Option 1: Create…| Dynamics 365 Experts
There are several ways you can access the Azure AD Protected APIs in Power Platform Flows and Apps. Without creating Custom Connectors, which basically can connect to any REST based API that is available, it is useful to know what built-in HTTP connectors are available and can be used for delegated authentication to Azure AD […]| GoToGuy Blog
I’m excited and very much looking forward to speak at the upcoming Oslo Power Platform & Beyond Community Event, which will happen in-person at May 21st 2022 at Microsoft Norway offices i…| GoToGuy Blog
I vibe coded Data Anonymization solution configuration app and then Azure Function but realized that functions are not my cup of tea anymore. I decided that if the logic is mainly already in configurations, why not create it with Power... Continue Reading → The post Data Anonymization with Power Automate appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
Earlier I was struggling with getting double triggers from model-driven app but this time my struggle was different. I had Dynamics 365 Customer Insights Journey product public form that was updating Contacts table. I just wanted to have trigger for... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
Dynamics 365 out-of-the-box features assumes that resource bookings are done manually, but there is possibility automate creating Resource Requirements and Bookable Resource Booking automatically with Power Automate. While Project Operations offers variety of tables and views, there is possibility to... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
Dynamics 365 projects usually contains connections between entities, that might not be connected out-of-the-box or there is no point of connection them directly, since the data model does not need it. There is need to have a connection between entities... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
You have situation where your Power Automate flow is triggered twice within two seconds. This happens when Dynamics 365 or Power Platform model-driven app form is saving a row into Dataverse table the first time and user is pressing the... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
I need to have prefixed dates in Microsoft PowerApps model-driven app and could not find any suitable solution from Internet. I found this video from Alireza Aliabadi where message was clear: There is no idea to use the calendar component... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
Dynamics 365 (D365) offers integration that stores documents into SharePoint and displays them in D365. This integration has many benefits and offers indexing of documents which will not happen if the documents are saved inside Dataverse which is technical database... Continue Reading →| Karl-Johan Spiik, Microsoft MVP