Hello Power Automate Masters,
I'm writing a PAD custom action and I want it to return an object, say a Dictionary<string, List<string>>. Currently my workaround is output a JSON string and use a Convert JSON string to custom object action following that. I'm wondering how to cast the Dictionary to a PAD recognizable custom object in the custom action codes?
Thank you.