Share via

Logic App Standard- XML Transform action failed - Exception while executing function: Functions.XsltNetFxLanguageWorkerFunction

Dhanalakshmi Hariharan 61 Reputation points
2023-10-11T12:44:34.31+00:00

In order to resolve the "undefined:undefined" error occurred in xml transform action, we have followed the below article and set the below properties in Logicapp Standard which resolved the issue.

"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",

"AzureWebJobsFeatureFlags": "EnableMultiLanguageWorker"

https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcement-azure-logic-apps-new-data-mapper-for-visual-studio/bc-p/3951620#M758

Now We have a requirement to containerize same standard logic app workflows . we were able to push the image and test, but XML transform action throws error like "{"error":{"code":"InternalServerError","message":"Exception while executing function: Functions.XsltNetFxLanguageWorkerFunction"}}".

Any inputs to resolve this issue would be helpful. Thanks.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2023-10-16T03:28:56.87+00:00

    @Anonymous Thanks for reaching out.

    I do see the logic app product team have already responded to your comment here.

    Team is making some changes to our container strategy and it would be connect on the use case in more details

    In case if you are not able to connect with them then please let me know.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.