Hello everybody,
since today, selectedSourceRows has a new behavior, and moreover the behavior ist not as described in the documentation (which it has been till yesterday).
selectedSourceRows now sends mapped values and therefore does NOT exclude mapped values, asdescribed here:
selectedSourceRow return only the source data, selectedSourceRows return (and this is new) the mapped values.
We use a table with tag fields and map over columns.
in selectedRow there are the original (not mapped) values.
in selectedSourceRows there are the mapped values.
Hi, it seems to me that since this "fix" the selectedRow and selectedSourceRow properties stopped working and no longer point to the actual data selected in the table.
Hello @Tess, there is an issue with table.selectedRow.xxx, in dev mode this action is working fine but in the released app, it doesn't work, the value is null.