Power Apps

Power Apps Performance: Speed Up Your App with the Concurrent Function (Parallel Processing Experiment)

When developing applications in Power Apps, you may notice that as you add more features, loading times and processing t...
Power Apps

A Complete Guide to Power Apps’ New User-Defined Types: Simplifying Web API Integration and JSON Parsing

Along with the User-Defined Functions (UDF) introduced in my previous article, I'd like to introduce another very useful...
Power Apps

Stop Copy-Pasting Logic: 3 Power Apps UDF Patterns for Scalable & Maintainable Code (incl. Reducer)

Stop struggling with spaghetti code and endless copy-pasting.User-Defined Functions (UDF) in Power Apps allow you to cen...
Power Apps

Using Reset Property in Power Apps: A Better Way to Reset Nested Controls

I have looked into how to reset all the controls in the gallery at once, so I made a note of how to do that.Reset Functi...
Power Apps

Power Apps Components: Variable Scope & Access App Scope Explained (Set vs Global)

My understanding of variables declared in custom component was unclear, so here is a memo of the results of my various e...
Power Apps

Understanding Access App Scope in Power Apps Components: Create App-Specific Solutions.

Notes from my research on the “Access App Scope” custom component of Power Apps.Access app scopeCustom components are no...
Power Apps

Power Apps Variables: How I Choose Between Set, UpdateContext, and With (Scope, Use Cases, and Best Practices)

People ask about “the right way to use variables in Power Apps canvas apps” quite often, so this post summarizes my pers...
Power Automate

Exception handling in Power Automate is done with Scope.

While foreseeable errors (such as references to Blank) should be prevented by prior checking, unforeseeable errors inevi...
Copilot Studio

[Copilot Studio] How to Create a “Loop” Using the ‘Go to Step’ Node (Conversation Retry Pattern)

Unlike Power Automate, Copilot Studio currently doesn't have a dedicated "Do Until" or "While" loop action. However, the...
Copilot Studio

Copilot Studio Create an agent (Copilot) using the generated AI and share it with other users in Teams

I have started to learn about Copilo Studio, so I took notes on what I learned.This time, we will build an agent that ca...