i have firstname,lastname and id of a list of people in database. Now i want to make an array like
[{
value: <corresponding id>,
label: "<corresponding person name>"
},
{
value: <corresponding id>,
label: "<corresponding person name>"
},
....
]