Forum Discussion

MichaelTamoush's avatar
MichaelTamoush
Qrew Captain
5 years ago

Pipeline Conditions Question

In pipelines on your Action (the first item), how do you set a condition: If [Field 1] = [Field 2].

In subsequent steps, you just drag the field into the box. For the action, do you just need to type in the field using the correct syntax?

------------------------------
Mike Tamoush
------------------------------
  • I don't know the Jinja syntax, but you can make a native formula checkbox field on the Quick Base side.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
  • AngelRodriguez's avatar
    AngelRodriguez
    Qrew 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

    {% if [Field1] == [Field2] %}
    {{ [field you would like to return] }}
    {% endif %}


    ------------------------------
    AR
    ------------------------------