Forum Discussion

MikeTamoush's avatar
MikeTamoush
Qrew Commander
2 years ago

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