I am using the function XML record to List. I have one struc_attribute(A) that is always empty but I want to show the empty tag for it always. Struc_attribute(B) is not always empty and if it is empty I don't want to show the empty tag in the XML. So I cant use ExcludeIfNULL = False, because then it shows both empty struc_attributes. I can't think about a solution. I hope somebody can help me. PS: I can't make a second structure because of the name. The exported XML file is going through a API check. The name must be exact so if I make a second struc with the same name there is gonna be a 2 behind the name. That is why it is not gonna work. Kind regards,
Halit
Hello Halit,You can configure each of attribute and both can have different configurations:
One shows even tho it's empty, the other one doesn'tIf it helps, you can send an OML example