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 source collections can now also be passed to Flow as data, ma…