Greeting Happy New Year, everyone! Sorry I’ve been away for the last six months. I’ve had a lot of work projects to finish lately. Now that I have some time off for the holidays, I can finally write about some ideas I’ve had for a long time. Let’s keep it relaxed—this post won’t be too […]
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 […]
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 […]
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, […]
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 […]
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 […]
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 […]
ทักทาย สวัสดีครับ หลังจากห่างหายไปนาน วันนี้ตั้งใจมาแชร์สิ่งที่น่าจะเป็นประโยชน์กับหลายท่านในช่วงนี้ นั่นก็คือการส่งแจ้งเตือน / ส่งข้อความไปทาง LINE ด้วย LINE Messaging API ที่มา ก่อนหน้านี้การที่จะทำให้ระบบใดๆก็ตามส่งข้อความหา User ผ่านทางแอป LINE ได้ วิธีการที่ง่ายที่สุดก็คือการใช้งาน LINE Notify ซึ่งเป็นวิธียอดนิยม มีการเผยแพร่วิธีการ สอนการใช้งาน LINE Notify กับหลากหลายระบบ รวมถึงการใช้งานกับ…
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’ […]