Skip to main content

Is it possible to utilize a "Table" variable type when creating a calculated variable of a different type?

A
Written by Anna Kravets
Updated over a year ago

Absolutely. In fact, you can even reference the value of a particular table cell. To accomplish this, employ the formula:

table_variable_system_name[0].column_system_name 

where 0 represents the first data row in the table, 1 denotes the second row, and so forth.

Did this answer your question?