Hi All,
I'm trying to parse an xml with optional field so I've build my flow alteryx extensively to take all the field into consideration but when I have an xml with not all the field the flow fail because it cannot find the field.
IE I have the following xml :
<field1>
<filed2> (optional)
So my flow is Parsing the xml to have the 2 field -> Condition !isnull[field2] -> ....
So for a xml with both field it's working, but for an xml with only field1 I get an error on the condition and my flow is failing.
Do you have any idea on how I can create a flow which is working for both xml?
Thanks
Cyprien