AOD visible with Boolean for 12/24hr mode

Can you help me with command to have Switching AOD from menu to activate / deactivate AOD.

I just use :

(prop.boolean_1&&(icn11)==0&&(ds1.1)==0) for 12hr mode in low power mode.

and

(prop.boolean_1&&(icn11)==1&&(ds1.1)==0) for 24hr mode in low power mode.

But I have an error .

How can I chain a conditions for a Boolean function ? Watchface