XML as Input document and XML as Output Document

Hi All,

I have a scenario like the input is an XML document

where the data present in it has to be changed using some logics and the output is to be stored as an XML document

Can someone tell me is that possible in Appian.

If so, Could you please let me know how to do it.

TIA :)

 

  Discussion posts and replies are publicly visible

Parents Reply
  • I was able to do this but when I am having a value in the date format I tried it like this,

    <startdate>20172006</startdate>

    this is my tag and in this, I created a field like startdate as date field.

    But when I am saving that into a variable it is getting date out of range or something or (infinite)symbol is appearing.

    Can some one say me how to solve the type issues.
Children