Mike Gowlandblog.powersnacks.org·Sep 29, 2023Breaking Out! Break out of Canvas App code with Error HandlingWe've all been there, we have a string of functions we need to run in sequence in PowerFx. This is usually doable as we could formulate some logic as we proceed through the code to check the last function worked correctly. However, there's another wa...Discuss·104 readsCanvas PowerApps
Sirine Ben Hadj Khalifaforbyld.dev blogblog.byld.dev·Sep 26, 2023A Guide to Master the Form & App Notifications in byldIntroduction Notifications play a pivotal role in user engagement and experience. In this guide, we'll explore how to effectively use notifications in byld.dev to keep users informed, guide their actions, and enhance their experience. From form-level...DiscussPowerPlatform
Shayan R Sbeyondd365.dev·Sep 26, 2023Create single timeline view using posts in dataversePosts in Dataverse are a great way to display key information on a timeline.The information can be from related entities or the main entity where the timeline resides. This also helps in building a single timeline view on a main entity that needs key...DiscussDynamics 365
Mike Gowlandblog.powersnacks.org·Sep 19, 2023New Component Library - The Social Media KitI'm pleased/terrified to announce my first public Component Library, the Social Media Kit. This Component Library, inspired by Social Media Apps, allows makers to use one or more components together to help them quickly create apps with additional fu...Discuss·41 readsPowerPlatform
Mike Gowlandblog.powersnacks.org·Sep 15, 2023Documenting Components 📃I've already covered a lot of aspects in my previous articles on how to add properties seamlessly to components, how to use modern theming and even the new property types (Experiemental!). In this article, I'm going to share a technique I use to help...Discuss·1 likeComponent LibrariesPowerPlatform
Sweta_Sarangiswetasarangi.hashnode.dev·Sep 14, 2023Process Mining in Power AutomateProcess mining is a data science technique that can be used to gain insights into how your organization's processes actually work. It does this by analyzing event data from your IT systems, such as who did what, when, and where. This data can be used...DiscussPowerPlatform
Jimmy Mojimmoblog.hashnode.dev·Aug 25, 2023Power Automate - Streamline cloud flow debugging and monitoring with Application insightPower Automate Could Flow is one of my favourite services in Power Platform. It's a great tool for creating automated workflow to help streamline the business process. However, troubleshooting Power Automate cloud flow can be troublesome especially w...Discuss·40 readsPowerPlatform
Sweta_Sarangiswetasarangi.hashnode.dev·Aug 20, 2023Create and configure a dashboard in PowerBIPower BI dashboards are single-page visualizations created in the Power BI service by pinning visuals from reports. To add a visualization to a dashboard, you can "pin" it. This is like pinning a picture to a corkboard. To pin a visualization, open t...DiscussBlogging
JTProchatjpt.blog·Aug 20, 2023Part 1: Taming Google Scholar Data using Microsoft FabricIntroduction Welcome to our blog post on taming Google Scholar data using Microsoft Fabric Data Pipelines. In this series of videos, we will guide you through a mini project where we leverage data pipelines in Microsoft Fabric to extract and transfor...DiscussA Microsoft Fabric Data Factory exploration using Google Scholar/SERPAPIdata
Shayan R Sbeyondd365.dev·Aug 14, 2023Update Attribute Metadata (file size) of File type field in Dynamics 365.After the file type field is created, the UI does not allow the size of the file type field to be updated., however, this can be done using the SDK.UpdateAttributeRequest Create a console application and run the below code to update the size of the f...Discuss·1 like·85 reads#dynamics365