DeepL translator failing with message "Unable to Translate. Try again".Issue Dynamic Translation is not working & throwing an error as "Unable to Translate. Try again" when clicking on the Translation icon. 1. Login to the instance.2. Open any incident record3. In the short description field, click on the translation icon4. Notice the error message : "Unable to Translate. Try again" ReleaseAnyCauseThe following node logs are observed during the execution of the flow: 2022-05-04 00:21:18 (527) API_INT-thread-3 7B3447B487D305D0C426CBF90CBB35DD txid=4f8447f487d3 SEVERE *** ERROR *** com.glide.plan.runners.FlowObjectAPIException: The inputs provided to the subflow: xxxx within application scope: sn_dt are incorrect, please refer to the definitionorg.mozilla.javascript.JavaScriptException: com.glide.plan.runners.FlowObjectAPIException: The inputs provided to the subflow: xxxx within application scope: sn_dt are incorrect, please refer to the definitionat org.mozilla.javascript.Context.makeJavaScriptException(Context.java:1952)at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1938)at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:143)at org.mozilla.javascript.FunctionObject.doInvoke(FunctionObject.java:670)at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:614)at org.mozilla.javascript.ScriptRuntime.doCall(ScriptRuntime.java:2609)at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1518)at script(<refname>:1) 022-05-04 00:21:18 (527) API_INT-thread-3 7B3447B487D305D0C426CBF90CBB35DD txid=4f8447f487d3 Couldn't decipher the stack trace resulting from the following JavaScriptException: 1. check the version of the Translator configuration. Note: Versions v1 and v2 accept only a single string and are deprecated. It is recommended to use version v3 which accepts multiple strings for translation and detection. 2. Check the flow which is defined in the field "Choose a translate subflow" and make sure that the input string (Texts) should always be in "Array.string" format. You can take reference of the OOTB flow here: <instance>.servicenow.com/$flow-designer.do?sysparm_nostack=true&sysparm_use_polaris=false#/flow-designer/219b23cd5342101026b0ddeeff7b126a?sys_id=219b23cd5342101026b0ddeeff7b126a&sysparm_view=ResolutionChange the value of the version in translator configuration as V2 or below (not recommended). Since these Versions v1 and v2 accept only a single string and are deprecated OR Change the flow to accept the input as "array.string"Related LinksPlease refer to the following documentation: https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/dynamic-translation/task/create-custom-translator.html