Skip to main content

Hi team,

I am trying to update an XML node in a control room XML file:

<bot>
  <name></name> 
  <memo></memo> 
</bot>

I see the changes while the bot is running but none are saved to the actual XML file once the bot has completed its tasks.

Here is my script

 

Control room files get downloaded to temp directory and any read/write operations happen on the local copy, not actual control room.


Same thing is happening on a desktop file as well. Nothing gets saved.


I did find what is missing in my script to save the changes regarding desktop files:

Update alone does not save the changes. Save session data is required.


Reply