Utilize legacy Web Service code in Logic App Standard
This article shows how to automatically create local function app classes that can be called by logic app . We'll also talk about the use of T4 for code generation…
28/12/2023
Background For sending multipart/form-data content in Logic App, we have an official document which introduce a way to achieve it: Create workflows that call external endpoints or other workflows – Azure Logic Apps | Microsoft Learn. But recently we found that if Content-Disposition contains non-ASCII characters (Chinese, Japanese characters) in filename section , the…