Skip to main content
Question

Can we update text configue file.

  • 24 June 2024
  • 1 reply
  • 28 views

Hello team,

I am getting the static variable from a text file. Can we update a particular node value in the text file?

For example, sometimes we update an XML file. Can we do that?

 

Regards,

Prashant M

1 reply

Userlevel 2
Badge +8

Hi,

If you're using Automation Anywhere version .32, you can now utilize the JSON package 1.6.0 to update node values. For more information, please follow this link:

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/update-node-value.html

If you are on a lower version, unfortunately, you will need to read the XML file into a string and use string operations to update a node value.

Please mark the response as a solution if it helps you.

Reply