Discussions

 View Only
  • 1.  Pipeline Conditions Question

    Posted 09-22-2020 10:29
    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
    ------------------------------


  • 2.  RE: Pipeline Conditions Question

    Posted 09-22-2020 10:32
    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
    ------------------------------



  • 3.  RE: Pipeline Conditions Question

    Posted 09-22-2020 11:27
    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
    ------------------------------