How to replace "0" and "90" vice versa in same list

This is working as you have written it. It is looking for any “0” and replacing it with “90” because it is not looking for the value of thr number it is looking for all insatnces of the “0”

You can try like the solution in this thread to use code block to have s replace condition if the string == instead of part of.

1 Like