hello,
We have a custom connector within a solution. the solution was exported for another user, and when importing the solution into another environment, the error message appears:
" Your custom connector has been successfully updated, but there was an issue converting it to WADL for Power Apps:
An error occured while converting OpenAPI file to WADL file. Error: 'Required property 'value' cannot have an ambiguous schema.
Make sure the 'type' property is specified at JSON path definitions.CountryExtraction.properties.value' "
any idea?
Solved! Go to Solution.
You can check the JSON and make sure that contains all valid parameters and value, sometimes if you are loading from a source and some values contains null also creates same problem .
You can check the JSON and make sure that contains all valid parameters and value, sometimes if you are loading from a source and some values contains null also creates same problem .