
Azure Logic Apps Toolbox 11-Use long HTML content in Designer
Have you encountered an issue with the new Azure Logic Apps Designer where you’re unable to save variables containing lengthy content? This has become a challenge for me recently, especially when working with HTML templates used in automated email workflows and other scenarios. I’ve been unable to update these long email strings as variables directly within the new Azure Logic Apps Designer. Well, here is the workaround. Scenario Our goal is to send an HTML-formatted email using a Logic App. To achieve this, the Logic App stores a reusable email template and dynamically inserts values retrieved from external systems. Below is an example of the HTML template used in this scenario: ...






