Please can someone help fix this code…It isnt bringing the field amongst the fields to be searched and it didnt throw any error. what am i getting wrong in the syntax?
rule "User Created"
when
has_field("externalId == 4769")
then
set_field(field:"UCreated", value: "Successful");
end