Hi everyone,
I’m working with Microsoft Planner in Power Automate and I noticed that when I get plan details, the plannerCategoryDescriptions property comes as an object with key-value pairs like Category1: "Construction", Category2: "Arts", etc.
I want to process these categories as an array so I can loop through them or use them in condition checks.
Is there a supported way to directly retrieve plannerCategoryDescriptions as an array?