Camille Beguin
11/05/2024, 10:40 AMP.attr.business_id ? R.attr.business_id == P.attr.business_id : true
So far the only way I could make it work is by having P.attr.business_id set to an empty string when it's null, but it's not the bestAndrew Haines (Cerbos)
"business_id" in P.attr ? ...
is probably what you needCamille Beguin
11/05/2024, 1:07 PM