I cannot correctly compile the spreadsheet in drools
The compiler say:
[10,1]: [ERR 102] Line 10:1 mismatched input 'then' in rule "Basic_12"
This is my table:

I tried to change the condition to country==$1 and name==$1 but the compiler say: mismatched input '==' in rule "Basic_12"
I also tried to put $policy.country == $1 and $policy.name == $1 but remains
Note that the Object Types columns are merged as indicated in the documentation.