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:
This is the result that I want to achieve:
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:
This is the result that I want to achieve:
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.