Lots of PowerApps developers waste hours of their lives trying to figure out:
- What type of object am I dealing with
- What properties does a certain object have
One good solution would be to add a simple label where, in Text property we could specify something like Stringify(My_Object_OrArray)
I hope it's not that hard to implement, but the amount of time we could save on debugging would be massive. Plus, passing JSON objects to MS Flows or other connectors would be extremely useful.
This is now complete. Check out the announcement in the blog, and the documentation for the new JSON function.