Save selected data from a table widget

Hi there,

I’ve inserted data of a List<List> in a table widget which allows selection.

Once lines are selected, I’m trying to save them in a List<> to get them in the next form.

I’m doing : output operation : aList takes value of field_table.
The problem is that it only save the first column’s selected datas as a List.

Can someone help me to retrieve the selected lines in a variable ?

Thanks for any help.
Paul

I found it !
i keep the list of the table widget in the tab of the second form and i use “list of selected values” : the list I saved as output in the first form, “from column with index” : 0

@paul33 what do u mean by tab ??

If I understand, you’re trying to assign a List which is your selected lines to a List<>.

aList can’t be defined as List ?

I’m trying to save the selected lines in a List.
And yes aList is a List.

Sorry if i’m not clear (i’m not completly comfortable with my english)
and thanks for the help

Could you please be more explicit??