Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Logic App

Microsoft (Office365) How to pass map data and receive array data from PowerApps to Flow

Postscript (08/06/2019) Since only String type data can be passed from PowerApps to Flow, I had to manually convert map data to String, but you added a function to convert JSON data to String! qiita.com Now you can easily pass data! Data s…

Organize how to reference data in Microsoft (Office365) Flow

Microsoft Flow has data types such as basic types, arrays, and maps (objects), but because the operations are wrapped in a GUI, it is very difficult to understand how to get from the data to the desired element values. Often, after much tr…