I'm still new to WFA, so this question probably has an obvious answer I'm overlooking, but I'm trying to grab a value out of a table comprising three columns: Aggr, Cluster, SVM. I've tried referencing them using the following ways:
$table:column
getValueAt2D($table, row, column)
getValueAt($table, index)
getColumnValues($table, column)
...and a plethora of other ways. I don't understand what I'm doing wrong; my coworker's workflow can locate the resource in his table using getValueAt2D(), and since I've tried copying it verbatim, I'm really stuck.
Here is the error it's throwing:
Failed to evaluate resource selector. Illegal expression: getValueAt2D($table, row, column) ...or whatever other function I happen to use to try and evaluate the value.
Appreciate the help.