• Resolved jkacher

    (@jkacher)


    What is the syntax to access different columns in the row, and get their values?
    This sample is too general
    row: { column_1: value_ column_1, column_2: value_column_2, column_n: value_column_n, }

Viewing 1 replies (of 1 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @jkacher,

    You can access a row column’s value like the following: row.column_1

    In the example here, the values of columns status and balance are accessed.

    We hope that’s clear! Let us know if you have other questions.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.