Getting the Current Submission's Data
If you're using a Submission View, the current submission's field values are available from the self
object. You can use the field variable names to get their value from the self
object.
Liquid Input
Field Name: {{ self.field_name }}
HTML Output
Assuming the value of the Field Name field for the current submission is "Field Value!"
Field Name: Field Value!