I would like to check if firewall nat is exists, I would like to find it by 3 parameters "chain,action,out-interface" and get return only if there is no other parameters except the 3 parameters that I wrote...
/ip firewall nat find where chain=srcnat and action=masquerade and out-interface="bridge-local"
there is a way to do that?