I have an XML file which has records as below: <Users> <User&

I have an XML file which has records as below:
<Users>
<User>
<LoginId>1</Loginid>
<Company>companyname1</Company>
....
</User>
<User>
<LoginId>2</Loginid>
<Company>companyname2</Company>
....
</User>
...


</Users>

I want this XML to be ADD/EDIT/DELETE the any of USER record through Appian form.
It would be something like, input user form data should populate inside this XML.. allow to edit existing user or remove any user.
How it could be achieve

Thanks...

OriginalPostID-86629

OriginalPostID-86629

  Discussion posts and replies are publicly visible

Parents
  • Hi, You can use xpathdocument() function to get the xml information into process. You can show the data to user in the form and can give the options to add, edit or delete the data. Then use toxml() function to generate the xml format of the values in the process. Then use Text from template smart service to generate the XML file.
    Hope this helps.
Reply
  • Hi, You can use xpathdocument() function to get the xml information into process. You can show the data to user in the form and can give the options to add, edit or delete the data. Then use toxml() function to generate the xml format of the values in the process. Then use Text from template smart service to generate the XML file.
    Hope this helps.
Children
No Data