
Announcements
Hello,
i am trying to call a Custom connector useing Graph API from a powerapp. but i am getting the error
Error details: 'The API operation 'GetBetaDevice' requires the property 'body/value/88/onPremisesSyncEnabled' to be of type 'String' but is of type 'Boolean'.'
the custom connector directly used in the Powerapp works fine but not here.
Do i need to create a new connector?
You should not need to create a new connector, but edit the existing one's parameters to ensure the schema is properly defined for the property flagged in the error. It could be as simple as a data mismatch between "true" and true.
Also, in my experience, updates to custom connectors can take some time to take effect. 24-48 hours isn't out of the question.
Hope that helps,
Bryan