Hello,
I had a function app and a custom connector developed that takes pdf-file content and a password as a string and outputs password-protected pdf-file content.
It all works fine when I manually reference the body of the connector in a function.
But, when I want to select dynamic input, the output of that connector does not show upt as an option.
Any ideas on how to fix that?
This is because of the output schema isn't defined. Please look into x-ms-dynamic-schema.
https://docs.microsoft.com/en-us/connectors/custom-connectors/openapi-extensions
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE 👍.