looking for an example of what type of input is desired by nodes requesting a “condition” as there input. Specifically trying to figure out the Replace by Condition node. I have a list of strings: (john, ted, mike, ted, john) and i want to replace “john” with the number 10.
it seems like the input into the replace by condition node should be
-
the list of strings
-
a number 10
-
a string “john”
but the node fails on this input. what is condition actually looking for?
much thanks!