3 Replies Latest reply: Oct 19, 2014 9:04 AM by Lynda Spangler RSS

    WebApp Custom Fields with Liquid

    Lynda Spangler Community Member

      With the liquid rendering engine tags in webapps have changed.

       

      For instance in the list layout I could display the name of the webapp item by using the following tag: {tag_name_nolink. With liquid I can use: {{name}}

       

      But for custom webapp fields what is the liquid equivalent?

       

      Example:

       

      I have  a tag called "Reserved by". I can output that tag using: {tag_Reserved by}. With the liquid how would I render the same tag?

       

      Am I missing something?

       

      Lynda