This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.