MikeTamoush
3 years agoQrew Commander
Pipelines Jinja Help
Does anyone know the correct syntax to check if a field equals a certain text string?
This checks if the field is blank:
{% if a.fieldA is none %}
If I want to see if FieldA ="test", does anyone know the syntax?
Ive tried the following with no success
{% if a.fieldA==test %}
{% if a.fieldA is 'test' %}
------------------------------
Mike Tamoush
------------------------------
This checks if the field is blank:
{% if a.fieldA is none %}
If I want to see if FieldA ="test", does anyone know the syntax?
Ive tried the following with no success
{% if a.fieldA==test %}
{% if a.fieldA is 'test' %}
------------------------------
Mike Tamoush
------------------------------