For the system-provided Add action, to what r...

For the system-provided Add action, to what row do column references used in the Only if this condition is true expression refer when I click the add-row button from a table view?

0 3 364
3 REPLIES 3

Add is a โ€œtable-scopedโ€ action, not a โ€œrow-scopedโ€ action. The condition is a global condition and cannot use any column references. Yes, this is awkward, but we didnโ€™t want to introduce two kinds of actions initially. We probably will need to now. Another such example is the Export to CSV action.

@praveen, but Expression Assistant allows/does not complain about column references. So which columns is it allowing me to use?

The expression assistant is not perfect in this. It is configured here for the common case (which is a row-scoped action). But when you save, you will see an error. The right answer is to separate the table-scoped actions into a separate behavior.

Top Labels in this Space