How to get actual error message of Scope in Logic App | Exception Handling in...
{tocify} $title={Table of Contents}IntroductionNo matter which technology/programming language you are using to build a solution, exception handling is an integral part.And it should not be left...
View ArticleThe template language function 'json' parameter is not valid | How to handle...
{tocify} $title={Table of Contents}Error/Issue:Found few instances of logic app failed today, in an action where there is call to rest api of an application with an error:InvalidTemplate. Unable to...
View ArticleThe template language function 'xml' parameter is not valid. The provided...
IssueWhile working on a POC about Debatching in Logic Apps using For Each, I was encountered with a below error when testing it"InvalidTemplate. Unable to process template language expressions for...
View ArticleGetting started with Logic App : Liquid Map | Using Liquid template in Logic app
{tocify} $title={Table of Contents}What is Map Map in context to Integration is a way to transform data from one format to another, it can include some data manipulation in between.Map can used to do...
View ArticleThe workflow in subscription and resource group cannot be moved as it is...
{tocify} $title={Table of Contents}IssueToday I was trying to move a logic app from my dev env to test env.However, at validation stage following error was presented"The workflow in subscription and...
View ArticleInterview questions and answers on Azure Functions | Interview questions for...
This post intends to cover the answers to the questions which a Azure developer can face at an Interviewi.e. Azure Developer Interview Questions and Answers on Azure FunctionsForLogic apprelated read...
View ArticleBizTalk : Important Points to remember | BizTalk Notes | BizTalk Cheat Sheet
Below are few quick references to the important points in BizTalk1.BizTalk server is a .Net application built upon a set of SQL Server databases that enable it to be both reliable and...
View ArticleThe variable of type 'Boolean' cannot be initialized or updated with value of...
{tocify} $title={Table of Contents}IssueToday got below error in a logic app at runtimeThe variable 'isLogSent' of type 'Boolean' cannot be initialized or updated with value of type 'String'. The...
View ArticleThe template language function 'replace' expects its first parameter 'string'...
{tocify} $title={Table of Contents}IssueWas working on a requirement to handle quotes(") coming in the value of a property/field, for that made use of replace() function to add escape character.Read...
View ArticleBeginner to Azure Expert : Interview with Deepak Goyal
Welcome to the fourth interview of the series, where I would be interviewing the Azure experts all around the world, the focus will be on getting the insights on how to become expert and what experts...
View ArticleAzure Functions vs Azure Logic App | Difference between Azure Functions and...
{tocify} $title={Table of Contents} IntroductionAzure functions and Azure Logic apps are both part of serverless offering from Microsoft and also they have variants available with some additional...
View ArticleHow to find count of Logic App executions using Azure Portal
{tocify} $title={Table of Contents}IntroductionToday we were evaluating a workflow design, as to whether it is right fit for current requirement.One of the decisive criteria for this was to know the...
View ArticleGetting Started with Logic App Standard | Overview of Logic App Standard |...
{tocify} $title={Table of Contents}IntroductionMicrosoft BizTalk server have been leader in the integration space for long time, however there was shift from having applications running on premise to...
View ArticleDifference between Logic App Consumption and Logic App Standard | Choose...
{tocify} $title={Table of Contents}IntroductionMicrosoft announced general availability on 25th May 2021 and with that new question also took birth - Which one to choose between Logic App consumption...
View ArticleYou must have the .Net core SDK installed to perform this operation...Logic...
{tocify} $title={Table of Contents}IssueAfter installing Visual Studio Code and after adding Logic App extensions in it.I clicked on create workflow and select Stateful, however didn't see any change...
View ArticleWorkflow design time could not be started - Logic App Standard | Azure...
{tocify} $title={Table of Contents}IssueI came across following error while switching workflow in visual studio code from code view to designer view in logic app standardWorkflow design time could not...
View ArticleConfigured debug type coreclr is not supported
{tocify} $title={Table of Contents}IssueAfter completing and saving the sample workflow in Logic App Standard tried to Run --> Start Debugging (F5) for testing it.However following error was...
View ArticleGet Logic App Name in Logic App
{tocify} $title={Table of Contents}IntroductionIn many scenarios we need to get the details of the workflow which is executing, one such requirement is in context to logging.Apart from all the details...
View ArticleLiquid error: Object of type...
{tocify} $title={Table of Contents}IssueGot below error while executing a Liquid map inside a Logic App.Liquid error: Object of type 'System.Collections.Generic.List`1[System.Object]' cannot be...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article