Is equal & Is not equal mods
Is equal mod checks the value of a dynamic tag if it is equal to a provided value. While Is not equal checks the opposite.
Example
In the example below, we are pulling the price dynamic tag, and if the tag returns 0, we display “Free” text instead of 0.
@post(product.min_price).is_equal_to(0).then(Free)