Pluck a particular field by giving the pluck keyword argument in frappe.db.get_list does not work

frappe.db.get_list(‘Employee’, pluck=‘name’)

Pluck does not seems to work.

Hi @Darshan_Patel1,

It’s worked properly.

Also, check the Database API.

Thank You!

1 Like

@NCP not sure, why it is not working in my case, (bench version : 5.0.0 & frappe v12)

I haven’t any idea if it is worked on version 12 or not but it’s worked on version-13 and 14.

Thank You!