List.ReplaceValue
This function scans a specified list of values for a target value called 'oldValue' and swaps out every instance with a new value called 'newValue'.
List.ReplaceValue(list as list, oldValue as any, newValue as any, replacer as function) as list
This function scans a specified list of values for a target value called 'oldValue' and swaps out every instance with a new value called 'newValue'.