DataJedi TS — Option Caption Template Guide

This is the definitive guide to building Option Captions in the DataJedi TS plugin. It documents the templating grammar, how values are resolved from your Things (Bubble entries), how filters work (text, numbers, dates, etc.), and every detail needed to get predictable results.

Example (drop this in Option caption):

${display | trim | title} — ${number | num('$0,0.00')} — ${example | date('ddd, m/dd/yy, h:MM TT')}

1) What is an “Option Caption”?


2) Template syntax

2.1 Basic form

Example

${display | upper}

2.2 Fields and nested fields

2.3 Escaping ${...} and |