ConnectorActivity connected to Azure AI Document Intelligence does not list custom model

Hi,

I’ve connected my ConnectorActivity to Azure AI Document Intelligence but it does not list custom model. It doesn’t throw an error when I specify it but it does not return anything so I’m not sure if it is because the custom Model is not listed in the dropdown or is it because your ConnectorActivity is not working.

Any suggestions?

Thanks.

Actually, I’ve just checked the variables and it looks like it is connected as no error is thrown and I’m getting a OperationId back but the variable associated with Pages is null yet in my .net test console app, I get a Documents rather than Pages but my AnalyzedDocument property only returns modelId, operationId, Operationminus_signLocation.

Any reason why it does not have a Documents properties?