How to give Column Name in Select Item if using DataTable as List in Uipath Apps

@Daniyal_Tahir
Yes, you should just pass the exact column name as a string - in your case, simply write:

"Full Name"

There’s no need to use any query or expression. Just make sure the column exists in the DataTable and the name matches exactly, including spaces and capitalization :slight_smile: