checkCondition
Returns a boolean based on the condition and value passed.
Description
Parameters
propertyName (string), propertyValue (string)Using This Method
geoflow.checkCondition('countryCode', 'US');Output
true (boolean) or false (boolean)Last updated
