Forum Discussion

BuildPro's avatar
BuildPro
Qrew Captain
2 years ago

PIPELINE INPUT FIELDS

I saw a list of input fields format somewhere..for example:
{{a.$prev.xxxx}}

I can't seem to find it now.  Please advise
thank you

------------------------------
BuildPro
------------------------------

2 Replies

  • Hi BuildPro,

    You can find some examples of the data transformation syntax in our help document on Jinja, you might find some of the options you are looking for there. It is a little bit of a long article as it covers a lot.

    ------------------------------
    Evan Martinez
    ------------------------------
  • PrashantMaheshw's avatar
    PrashantMaheshw
    Qrew Assistant Captain

    {% if a.$prev.installed_date|string != 'None' %}

    TRUE

    {% else %}

    FALSE

    {% endif %}ā€‹



    ------------------------------
    Prashant Maheshwari
    ------------------------------