Can't find "ReplaceByCondition" in Designscript

When typing “List.Rep”, it only pop up “ReplaceItemAtIndex”
1

you cant find it like this, you need to use if statement formula in a code block
like this
formula ? value if true : value if false;

example repby

1 Like

2 Likes

Exactly, replace by condition is just like an if-statement.