Multiselect table function getRowsForIDs is not working correctly
Summary:
Hi all,
I am facing 1 issue when the application loads and the user selects table row (table having action chain multirow selection) then getRowsForIDs function works fine passing the correct table id and row index but when the user click on review and press back button redirect to this table again then its table rowid does not reset it keeps increasing.
Actual rowid : 5
Issue rowid : 15
I am passing 2 input params to this function
table id : Table
rowID : (Array.from($variables.selected.row.values()))
Tagged:
0