I am using custom connection to connect graph to automate. And it is working with right response for connector test, however the flow test always fails with schema error below. I've tried changing type to string, boolean but the error doesn't change. Just getting device from graph, isManaged is supposed to be boolean but since graph response is null, not sure what to use.
"The API operation 'getdevice' requires the property 'body/value/2/isManaged' to be of type 'String' but is of type 'Boolean'"