Re: Filtering data from Datatable control
Hi @Snuff ,
Could you share the details of your Forms design?
If you can, please consider export Forms and provide for us as an attachment so that we can provide a suitable solution.
Also if you want to store each column value in separate array, you could refer to the following method.
For example, my DataTable has two fields, Column1 and Column2, which can use array variables to store field values in specified array.
Initialize two array variables, traverse the value of the DataTable, and append the field values to the specified array.
Image reference:


Best Regards,