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 any...