Need to loop though a custom list

Try to use a For Each loop to iterate through the DataTable. Set TypeArgument to DataRow and in the loop, check if row("CheckboxColumn").ToString = "True". If true, either add to a temporary DataTable or create an entity record with the mapped fields.

Happy Automation