-
Power Platform Azure Virtual Network Integration
Introduction When you team up Power Platform with Azure, you get a really powerful combo. For instance, you can keep your data in Azure SQL and pull it into Power Apps without a hitch. Or, use Power Automate to upload files directly to Azure Storage. It’s super smooth sailing, especially if your Azure resources are…
-
How to run ANY C# code within Microsoft Dataverse (Custom Plugin)
Problem If you’ve been building solutions with Power Platform, you’ve probably hit some frustrating limitations. Tasks that should be straightforward, like generating barcodes or QR codes, splitting and merging PDFs, hashing and decoding strings, or converting numbers to words, often can’t be handled natively. In these cases, you’re usually forced to rely on third-party APIs…
-
Power Platform Solution | Beginner’s Guide – Part 2 (ภาษาไทย)
ทักทาย สวัสดีครับ หลังจากที่ห่างหายจากหัวข้อนี้ไปนาน วันนี้ได้โอกาสมาเขียนเรื่องนี้ต่อแล้ว โดยจะยังเป็นเรื่องเกี่ยวกับการทำ Application Lifecycle Management ที่ดี ที่ถูกต้องของ Power Platform กันต่อ หลังจากที่ในพาร์ทที่แล้วเรารู้จักกับคอนเซปหลักๆไปแล้ว โดยถ้าคุณยังไม่เคยอ่านบทความแรก สามารถกดอ่านก่อนได้ครับ >> กดอ่านพาร์ทแรก หัวข้อ ในพาร์นี้เราจะมาพูดถึงหัวข้อดังนี้ครับ Dependencies Dependencies แปลตรงตัวก็คือ “การพึ่งพาอาศัย” ซึ่งความหมายค่อนข้างตรงตามชื่อ มันคือความเชื่อมโยงของ Object ต่างๆใน Solution ของเรา เช่น ผมมี Power Apps อยู่ 1 ตัว และในแอปนั้นผมใช้ Dataverse table เป็นฐานข้อมูล และตัวแอปก็ยังเชื่อมกับ Flow ของ Power Automate อีกด้วย ซึ่งหมายความว่าตัว Power Apps นั้นพึ่งพา/ผูกกับ Table และ Flow นี้อยู่นั่นเอง…
-
Fix: User can’t access their own OneDrive
Prologue As an IT admin, you might have had users report issues like, “I can’t access my OneDrive.” At first, it might not make sense—after all, it’s their own OneDrive, so why wouldn’t they have access? But here’s the thing—it can happen. And it’s a real issue. What’s causing this Microsoft has well-documented this issue,…
-
Chatbox in Power Apps [Free Download!]
Prologue After working on many Power Apps project, I notice that a lot of project need something like ‘Chatbox’ embeded within the Power Apps. I created it as component library so I can use without needed or recreate. Showcase Let’s see how its work, this video is showing two chatbox to demonstrate what will looks…
-
Everything about ‘Power Apps per app plan’
Prologue Today, I want to talk about a Power Apps license that is not widely known and can be a bit confusing to use but is extremely beneficial. This license is called the Power Apps per app plan. The reason it’s not well-known is that it no longer appears on the Microsoft website, but it…
-
Power Automate: Read / Write to Excel using Microsoft Graph (Fast!)
Prologue Working with Excel files using Power Automate is relatively straightforward, thanks to the standard Excel connector. It works well for small files, but things can get challenging with larger ones. Your flow may struggle with ‘Apply to Each’ loops to handle large datasets, and the biggest issue? It’s painfully slow. The good news is…
-
Using Power Automate with LINE Messaging API (ภาษาไทย)
ทักทาย สวัสดีครับ หลังจากห่างหายไปนาน วันนี้ตั้งใจมาแชร์สิ่งที่น่าจะเป็นประโยชน์กับหลายท่านในช่วงนี้ นั่นก็คือการส่งแจ้งเตือน / ส่งข้อความไปทาง LINE ด้วย LINE Messaging API ที่มา ก่อนหน้านี้การที่จะทำให้ระบบใดๆก็ตามส่งข้อความหา User ผ่านทางแอป LINE ได้ วิธีการที่ง่ายที่สุดก็คือการใช้งาน LINE Notify ซึ่งเป็นวิธียอดนิยม มีการเผยแพร่วิธีการ สอนการใช้งาน LINE Notify กับหลากหลายระบบ รวมถึงการใช้งานกับ Power Automate ด้วยเช่นกัน แต่… ในช่วงปลายปี 2024 ทาง LINE ได้ประกาศยุติการให้บริการ LINE Notify โดยบริการนี้จะสามารถใช้งานได้วันสุดท้ายถึงวันที่ 31 มีนาคม 2025 ซึ่งนับจากตอนนี้ก็เหลือไม่กี่เดือนแล้ว หลายๆที่ไม่ว่าจะเป็น developer บุคคลธรรมดา หรือในนามบริษัท ก็กำลังวุ่นกับการหาเครื่องมือใหม่มาทดแทน ซึ่งแน่นอนว่าก็พอมีตัวเลือกอื่นอยู่ แต่เราต้องไม่ลืมว่า คนที่เป็น End user นั้น…
-
Super fast way to create large Excel table from Power Automate
Prologue Exporting data to Excel file is easy with Power Automate using ‘Add a row into table‘ action. but the main problem is it’s incredibly slow and inefficient. In this post, I will show more efficient way to perform the same thing but far way faster. Dataset I will use my sample dataset called ‘Data100K’…
-
How to call on-premise HTTP endpoint from Power Automate
Prologue In today’s connected world, automating processes with Power Automate has become a powerful tool for enhancing productivity. However, one common challenge is integrating on-premise systems that aren’t directly accessible from the internet. In this post, I’ll walk you through how to connect to an on-premise HTTP endpoint securely, so you can bridge the gap…