According to this link: Open API 3 support the ability to create a custom connecter from an Open API 3.0 .json file is supported automatically since 9/30. However, still getting the "OpenAPI 3.0 schema definitions are not supported. Please try again with an OpenAPI 2.0 definition" message when attempting to import from a 3.0 file. This link: https://learn.microsoft.com/en-us/connectors/custom-connectors/define-openapi-definition still contains a box indicating 3.0 is not supported. So which is it? And if it should be enabled are there any special settings in the tenant that need to be enabled to allow it to work?
ChatGPT 4.0 is a great way to transform a Swagger 3.0 to 2.0
Big thank you for this! We were able to use Open API 3.1 -> Postman Collection -> Export as Postman Collection 2.1 and Import it directly into Power Automate; worked like a charm. 🙏👏
Workaround: I made Open API 3 spec, made it into a postman collection and then created the custom connector with the postman collection. Custom connector allows Postman collection import even if it has a Open API spec 3 file. This longer workflow is good enough for me temporarily. clearly the permanent solution is for MS to support import of Open API 3 spec YAML.
Hi @Anonymous ,
What I've learned is that you can import an OpenAPI 3.0 file (yaml or json) if you are creating the connector through Power Automate (not Power Apps). Unclear to me why they are different. That said, the approach is to down convert from 3.0 to 2.0, rather than the platform natively supporting 3.0, so you may run into issues (as I have). It is in preview after all, but my import had several errors (40+) related to schema resolution and path parameters. I have not yet had a chance to identify the specifics on the errors and see if there are any tweaks that can be made in the source file to have better success. FWIW, I've had better success importing my 3.0 files into Postman which supports it natively and then exporting the collection and using that as the source in the "Import a Postman Collection" when creating the custom connector.
I have the same issue! I'm curious to if this functionality has actually been released and what settings needs to be enabled to make it work
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.