Friday Fact: It is possible to create an XML first-class experience inside Logic Apps.
By default, Logic Apps provides a good first-class experience for JSON, that means when we receive a JSON message, we can tokenize the elements by using a
Deleting A Logic App Without Log Analytics Configured? Export Run Details For Preservation And A...
Sometimes, companies face the need to delete important Logic Apps but need to retain detailed information about their runs Especially when Log Analytics isn't
Friday (funny) Fact: There is no size limit for the Logic App parameter name
In Azure Logic Apps, you can abstract values that might change in workflows across development, test, and production environments by defining parameters
Friday Fact: Logic Apps don’t interpret escaped characters as plain text, even inside a str...
In the realm of Logic Apps, the treatment of escaped characters differs from handling plain text Let's look into a scenario were understanding special
Friday Fact: XML to JSON Conversion in API Management and Logic Apps have different behaviors
I don't know the reason why two products from the same family - Azure Integration Services - have completely different behaviors while converting XML to JSON,
Azure Functions to validate XML against DTD
After the release of a set of Azure Functions that will help us minimize or completely remove the need for an Integration Account: Azure Function to Apply
Friday Fact: Implementing error handling in essential business processes is vital. Logic App is n...
Once again, Logic Apps are a powerful tool for automating workflows and orchestrating processes seamlessly And in the world of Logic App development, where
Flat File Support inside Logic Apps
We live in a REST era where JSON or XML is our text-based format default choice of text-based formats and widespread use by major corporations However, one of
Logic App Consumption: Run after settings disabled and settings are missing
Today while developing an existing Logic App Consumption in Visual Studio 2019, yes, we still don't have support for Visual Studio 2022, I realized that for
Azure Logic App issues: The template language expression ‘triggerBody()?[‘…R...
Today while my team and I were trying to do a small Logic App proof-of-concept using a Request - When a HTTP request is received trigger - something quite