🔴 PS: clearance rule sandbox transaction and person data might be in UPPER case (like IBANs etc)

To learn vanilla JMESPath logic and functions go to https://jmespath.org.

We recommend following structure for the clearance rules:

{ naming variables for readability } |
{ some operations on variables } |
 boolean values to note if a condition is met or not 

Things to note

hit.type == 'PERSON' &&
(*rule*)

Playing around in sandbox

Untitled

{entity: 
	{first_name: 'Sheldon',
	 last_name: 'Cooper',
	 active: `true`,
   expected_turnover: `50000`
	}
} | 
entity.first_name == 'Sheldon'