Power Apps

When declaring defined values in Power Apps, declare them in App.Formulas, not App.OnStart

Until now, the defined values used in the app have been defined as global variables in the "App.OnStart" property, but n...
Power Apps

Detailed Explanation of if in Power Apps|If Specification, Use of Value Return and Process Implementation

I have looked into the use of if in Power Apps in detail and note the results. Return value or process The if function i...
Power Apps

Linking two Dropdown choices in the Power Apps Canvas app

In this article, we will explain how to select one value in a dropdown and have the contents of another dropdown change ...
Power Apps

A detailed explanation of the difference between “blank”, “null” and “empty” in Power Apps.

The concept of Null, Blank, and Empty in Power Apps was different from that in C#, so I looked into it in detail. *This ...
Power Automate

Power Automate Detailed study of the timing and intervals at which automatic triggers work|Polling trigger and Push trigger

Notes on the details of Power Automate's triggers for automated flows. Automation Triggers Automated triggers are trigge...
Copilot Studio

Using Copilot Studio’s Dynamic Chain (Preview) to configure bot triggers|Functional Description Writing Guidelines

Having used Copilot Studio's Dynamic Chain (preview), note how to use triggers with natural language and how it differs ...
Copilot Studio

How to generate responses from SharePoint Online sites using Copilot Studio|and setting up Entra ID

In the previous article, we looked at how to generate responses from a web page, so this time we will look at how to gen...
Copilot Studio

Copilot Studio Initial Setup and How to Generate Responses from a Web Page|Procedures for Using Generated AI in a Japanese Environment

Now that Copilot Studio is available, I looked into its basic usage and how to generate responses from a web page. Creat...
Power Apps

Visual Guide to Power Apps: Understanding the Relationship Between Delegation and Data Row Limits (500 to 2000 Items)

It has been difficult to understand the two together, the delegation and the data row limit (the default is 500), but it...
Power Platform

Optimizing Power Apps: Advanced Filtering Techniques for Galleries with Multi-Select Combo Boxes and Solutions to Delegation Warnings

I was asked about how to filter galleries in a multiple selectable combo box, so I will note how to do that. Preparation...