I'm trying to use the Power BI API (the custom connector is setup and working perfectly) I just configured the workspace scan API
When I run the test connector inside the configuration screen for the connector, I get the expected response back that it was successful. However when I try to use it in a flow it will not configure the array inputs correctly no matter what I do, it either fails to save because the format is not accepted (string vs array) or when I give it an array it adds additional formatting and causes a bad request. It get forbidden when it's not formatted correctly, and "Cannot deserialize the current JSON object..." when I do get a properly formatted workspace array entered.
Anyone have any ideas?
Did you ever get this solved? I am having a similar issue, works in Test, fails in flow because of formatting issues.
Thanks