Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello,
I wanted to create a new custom connector in Logic Apps / Power Automate. It should be simple by using a swagger file which is on the Microsoft's Github: https://github.com/microsoft/PowerBI-CSharp/tree/master/sdk/swaggers
If I use this file in the custom connector generator UI to create a connector, there are many errors. The problem is that all the responses don't contain the property "type":"object".
Which means I have to fix the swagger file before I can use it. There are 103 references and I have to fix it in almost every one.
There is also another issue which is not very comfortable. The name of an activity ends with a full stop. It means you can create a custom connector but if you use an acitivity in Logic Apps you can't save it because the names ends with a full stop. I have to rename this activity all the time to be able to save the flow. Or I could change all 150+ activities in the swagger file.
Thank you very much in advance for improving the swagger file 🙂
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.