Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.