
Announcements
I have this lists that can be altered many times in many stages. I want to protect the important information previously inserted by hiding the fields based on Status and Origem. This formula used to work before, but now it doesn't and I don't know why.
=if(([$Origem] == 'Protocolo Anterior'), && ([$Status] == 'Recebido', || [$Status] == 'Aguardando Confirmação'), 'false', 'true')
Can anyone help me out here?