Forum Discussion
AngelRodriguez
5 years agoQrew Assistant Captain
You would more than likely want to add an if statement and check if field 1 is equal to field 2 and add your return value in between the if statement
------------------------------
AR
------------------------------
{% if [Field1] == [Field2] %}
{{ [field you would like to return] }}
{% endif %}
------------------------------
AR
------------------------------