How to insert value to existing text file using UiPath

I’m quite new to this case and I need a solution to get this right. I want to insert a value after the existing value in text file using UiPath

This is the existing file:
image

This is the result that I want to achieve:
image

If the above text is fixed then you can use the string manipulation in UiPath

"Count Data Total: "+VarDataTotal+" \n Count Data Plus: "+VarDataPlus+" \n Count Data Minus: "+VarDataMinus+""

Hope @Curious_Bob it solve your problem

the second option is that you can use the replace function by Identify the key word one by one

Okay, thank you for the solution

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.