dropdown json

I have array of json from api rest. Example: [{"id": 1, "firstName": "string", "lastName": "string" }]. I need to show firstName and lastName in menu. But on dropdown change get selected json object (not only firstName and lastName, also id). Because I should to use id in next api rest call. Is it possible in ff?

5 replies