Call C# methods or Azure functions inside an XSLT map
It would be great to have the possibility to call some .NET code inside of our maps (transform XML with an xslt map for example) in order to determine whether or not these nodes need to be created or to add some logic in it.

3 comments
-
Vinay Singh commented
Here's a blog post on how this can be achieved with inline C# scripting - https://blogs.msdn.microsoft.com/vinaysin/2017/07/19/calling-azure-functions-from-xslt-map-in-logic-apps/
-
Baranee commented
To validate any element inside xslt or to fetch some records and produce some rows from DB as a document, we need azure functions inside xslt map
-
Baran Mano commented
To validate any element inside xslt or to fetch some records and produce some rows from DB as a document, we need azure functions inside xslt map