Recent Blog ArticlesMost RecentMost LikesMigrating managed X12 decode to built-in X12 decode in Logic Apps Standard Learn how to migrate the X12/EDIFACT decode action, Re: 📢 Announcement !! Premium Integration Account and Enhanced EDI Connectors mikeholdorf, Looks like some space character padding issue here, I can see a blank space character in the guest identity causing mismatch with the agreement. Can you try padding the character say ...Re: Azure Logic Apps Running Anywhere: Built-in connector extensibility Thanks a lot !Boschy Re: Azure Logic Apps Running Anywhere: Built-in connector extensibility BoschyIf everything is working locally on VS Code surface it should work in Azure as well, from the error it seems the API is not located in the dlls, the most common reason is the Azure Logic App (...Re: Azure Logic Apps Running Anywhere: Built-in connector extensibility BoschyLooks like Nuget cache issue in you local Nuget packages folder. Can you clean up yourMicrosoft.Azure.Workflows.ServiceProvider.Extensions.CosmosDB Nuget package from your local Nuget folder...Re: Azure Logic Apps Running Anywhere: Built-in connector extensibility Boschy Thanks for the feedback. I updated the deployment script link in the blog post and updated CosmosDB csproj file in github so that Nuget package generation will include the common library. Azure Logic Apps Running Anywhere: Built-in connector extensibility A key capability in the redesigned Logic Apps runtime introduces the extensibility to add built-in connectors. These built-in c...Re: Azure Logic Apps Running Anywhere: Built-in connector extensibility mansh34124, Please upgrade the Nuget package toNuGet Gallery | Microsoft.Azure.Workflows.WebJobs.Extension 1.0.0.11-preview Thanks, Praveen Re: Azure Logic Apps Running Anywhere: Built-in connector extensibility mansh34124, Can you rename the method InvokeActionOperation(..) toInvokeOperation(..) in the classCosmosDbServiceOperationProvider? Error: Method 'InvokeOperation' ... does not have an imple...Azure Logic Apps Running Anywhere - Built-In Service Bus Trigger: batching and session handling Logic App Refresh preview provides us with the option to create a built-in Service Bus trigger to receive messages from Service Bus queue. To improve the message retrieval performance for Se...