Facing issue to Consume Variable value from Logic app to XSLT Mapping

Chandran, Vinitha 40 Reputation points
2023-11-24T16:52:09.2566667+00:00

Currently, i am facing issue to set the dynamic value to XSLT map (which i am getting from Logic app.

In Logic APP transformXML action,i have passed XSLT parameter in the below format.

User's image

In XSLT i have declared my parameter and assigned the parameter value to inside <ns0 tag like below .

<xsl:param name="Custid"/>

<CustomerId><xsl:value-of select="$Custid"/> </CustomerId>

Expectation is what value i am passing from Logic app it should reflect in XSLTTransformXML file. But that is not working i am getting empty in the field like below.

User's image

Please suggest your valuable solutions.

Thanks

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

Your answer

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