Power Platform

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 Variable Scope: What Happens When Declared in Custom Components?

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

How I Handle Variables in Power Apps: My Tips for Set, UpdateContext, and With.

I'm often asked about the use of different variables in the Power Apps canvas application, so I'll note the use I make o...
Power Apps

Introducing how to check variables used in Power Apps|About search and replace

Note on how to see where Power Apps variables are defined and used.Power Apps VariablesFrankly, the readability of Power...
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 Dynamically retrieve “question” choices from a SharePoint list | List variable options

Note on how to dynamically retrieve question choices from a SharePoint list in Copilot Studio.What we want to doCreated ...
Copilot Studio

Use the “Create Prompt” in AI Builder from Copilot Studio to extract information that is difficult to extract (e.g., Japanese names).

AI Builder prompts are useful when slot filling does not extract information well or when you want to extract applied in...
Copilot Studio

How to achieve a loop in a conversation using the “Go to step” node in Copilot Studio

Note that the node “Go to step” in Copilot Studio was very useful.Go to stepNode “Go to step” is a feature that allows y...
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...