Hi Team
How to replace the value in the Datatable
Value 1 → value n
What am I doing wrong?
@hasib08 Thanks, I managed to find Value
But how now to replace a certain value with value n ?
@Aibek_Abubakirov Since you’re using a For Each Loop, in if Condition after you find the Value Which you want, you can use an Assign Statement :
row(“ColumnName”) = yourValue
In if condition use Replace function
Thanks
@Aibek_Abubakirov
Hi @Aibek_Abubakirov after condition is true then use assign activity row(“Name”)=“n”
Finds but does not replace
Hi @Aibek_Abubakirov Use Write Range after the loops end.
Thank you all for your help
You can also take look at this:
Replace Values in a DataTable without foreach