Hello,
I've been beating my head with this for hours searching and testing different aproaches with no luck so far.
I'm doing a flow in PAD where I read and change some values in a XML file.
I want fo set a XML element value but that value has to be in CDATA format so I the value I need to set is <![CDATA[value]]>. When I write the file Power Automate replaces the <> characters with unicode values and the value writes as <![CDATA[2222222]]> and then the XML passes as invalid.
I tried to escape the <> using diferent methods but none of them work and I didn't find any other solutions to be able do set this characters.
Did someone came across this issue?
Thank you in advance