Liquid
How to Format Rules with Liquid Templates.
Liquid(<YOUR_SCRIPT>)Basic Syntax
Special Extensions
Tags
reference
// Input
{% for id in event.data.references.iv %}
{% reference 'ref', id %}
Text: {{ ref.data.field1.iv }} {{ ref.data.field2.iv }} {{ ref.id }}
{% endfor %}
// Output
Text: Content1_Field1 Content1_Field2 Content1_ID
Text: Content2_Field1 Content2_Field2 Content1_IDasset
Filters
format_date
timestamp
timestamp_sec
escape
html2text
markdown2text
md5
sha256
slugify
trim
How to handle JSON
Last updated