Handle xml files in assist edge

I would like to know how to edit xml file and place it in a specific location

Hi,

  1. To edit a xml file and write at specific node you will have to write a microbot as there is no direct activity to do the same currently
    You can help from this link (for xml edit) and create a AssistEdge microbot by following AssistEdge customization guide.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/5702a7c7-fdfe-42ed-9329-ec8f3f975979/edit-xml-file-with-c?forum=csharpgeneral

  1. You can use File Copy activity to place it in desired path

Regards,
Amit