Dear Community,
I try to use the abovementioned connector and API and it works almost fine.
The problem is at the GetDocumentsStatus endpoint. There is a progress value, which is type of float. Somehow the connector runs on error, because it is expecting an Integer value. I have made other requests and can confirm that the value could be for example 0.1. Now because of this, I can't run my flow without error.
Do you have any idea or how I could avoid this until it is fixed? It is working fine with 0 and 1 value set.
Thanks!
@zbegumdost, yes, that's the problem. Hopefully Microsoft will fix it in the near future.
As a workaround, I have made a custom connector for that endpoint in the meantime.
The issue you’re encountering with the Microsoft Translator v3 connector is related to the GetDocumentsStatus endpoint. It appears that the connector expects an integer value for progress, but the actual value can be a floating-point number (such as 0.1) in some cases. As a result, your flow encounters an error.