{{ }}
anywhere in Appsmith. Every entity in Appsmith can be referenced as a JavaScript variable and all JavaScript functions and operations can be performed on them. This means that all Widgets, APIs, Queries, and their associated data and properties can be referenced anywhere in an application inside handlebars {{ }}
.{{ }}
because the value of the JavaScript expression is substituted in the field. This requires us to chain multiple operations in a single line to achieve a result./* */
, but single line comments //
are not supported inside .