Development

Power Apps

Power Apps Detailed usage of ParseJSON function|How to convert HTTP request response

The ParseJSON function is now GA, so I looked up how to use it. ParseJSON function/h2> The ParseJSON function converts (...
Power Automate

Power Apps Call OpenAI Whisper (Speech To Text) via Power Automate | Speech to Text Conversion

This time, I tried calling OpenAI's Whisper (Speech to Text) via Power Automate and wrote down the results. About Whispe...
Power Automate

Consideration of what to do when changes are not applied to Power Automate Excel (there is a time lag in application)

When an Excel file is updated using Power Automate Excel action, depending on how the flow is created, there may be a ti...
Power Automate

Power Automate Error “File not found” when get file contents in Share Point Online.

Note on how to deal with File not found error (404) in the action "Get file contents" of SharePoint Online connector in ...
Power Platform

Power Apps “Invalid data received from the network” error, Part 1|Canvas Troubleshooting

The error "Invalid data received from the network" occurred when I started while building the canvas application, so I m...
Power Apps

Power Apps Summary of Data Tables for displaying data in tabular format|Discussion on how to use with the Gallery.

In Power Apps, there are two types of controls for displaying a list of data: "Gallery" and "Data Table". I have always ...
Power Apps

Power Apps Gallery scrollable both horizontally and vertically|Display vertical and horizontal scroll bars in Gallery

I implemented this because it became necessary to scroll the gallery both horizontally and vertically. What we want to d...
Power Apps

Notes for delegation when using “Sort” and “SortByColumns”|Comparison between SPO and Dataverse

Continuing from the last issue, I researched Sort and SortByColumns and delegation in detail. ※Previous article here. De...
Power Apps

Power Apps “RemoveIf” and “UpdateIf” are NOT delegable function.|Recommend combined use with “With” or “Filter” function.

I didn't know that "RemoveIf" and "UpdateIf" are not able to delegate to data source and got unexpected results, so here...