Hi,
I want to add Ccy="EUR" attribute to a tag as it showed below. Any advice how can I do this?
<Amt>
<InstdAmt Ccy="EUR">1500.00</InstdAmt>
</Amt>
Hi Meri,
I assume you want to write an attribute to XML. Check the Webscreen2 preparation of this module for an example.
Check out this post:
https://www.outsystems.com/forums/discussion/37732/xml-attribute-node-format-to-outsystems-structure/
Same solution is also described in:
https://www.outsystems.com/forums/discussion/9627/attributes-vs-child-nodes/
Regards,
Daniel
Version of Alfonso worked perfectly.
Thank you all.