Why the hell doesn't this exist already? I'm trying to write a boilerplate Power Automate flow that I can use for all Microsoft forms - not just one. I don't want to parse a JSON object and manually place dynamic content. I want to get an array of keys with the expression keys(body('Parse JSON')) -> ["a", "o", "g"]
