Pls what am i getting wrong? Am still not seeing the “join” field amongst my search fields. Having in mind that I used a “copy input” extractor
rule "Join_test"
when
has_field("externalId")
then
let Name_join = concat(to_string($message.externalId), "-");
set_field(field:"join", value: Name_join);
end
The problem was stated above. So, i fixed it by changing the order in my “System -----> Configuration” to the figure shown below and i was able to view the new field I created and was also able to combine more fields into a single field.