Try to Use this in the List Source:
yourDataTable.AsEnumerable().Select(Function(r) r(ColumnName).ToString).Distinct().ToArray()
Ensure ColumnName is set dynamically before using it.
Happy Automation.
Try to Use this in the List Source:
yourDataTable.AsEnumerable().Select(Function(r) r(ColumnName).ToString).Distinct().ToArray()
Ensure ColumnName is set dynamically before using it.
Happy Automation.