Dear Master Outsytems
How to save Id from list table to List or to session when I check? and when I uncheck the id it is removed from the session
Hi,
You can use the OnChange action of the widget. Since you have a boolean bounded to the checkbox, you can apply the logic you need accordingly to the true/false value of the boolean. Regarding to the id, you have the current value.
Cheers