it seems like i’m not even progressing, but instead regressing.
Can’t get a simple action “on a set of rows” to work.
First action is “Set the values of some columns in this row”
which is “[Available parts] - [Required parts]”
When i try to execute the action on a set of rows i get the error: “The value of data action does not match the expected type List or its expected type details”
Both actions lie in the same table and im using select expression.
Oh god, how am I struggling with so easy steps.
Thank you a lot!
The support page says nothing about the key column, "SELECT(from-dataset-column, select-row?, [distinct-only?])
select-row? - A Yes/No expression, evaluated for each row of the data set, that returns TRUE or FALSE indicating whether the column value from the row should be included (TRUE) or excluded (FALSE) in the results."
You can use select to return any list of values, it doesn’t have to be the key. However, the action “Data: Perform an action on a set of rows” needs to be given a list of keys.
The key limitation is not in SELECT() but in Action.