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...
Power Apps

How to Bulk Update SharePoint Data in Power Apps: Patch vs UpdateIf vs ForAll

I was asked about bulk updating SharePoint data, so I decided to conduct a performance comparison test.Note: For bulk cr...
Power Apps

How to write a clean Filter function in Power Apps|Discussion of problems with the way it has been written in the past.

I have learnt how to write neatly when applying Filter to a gallery, and I have made notes on how I have tried and teste...