Json – How do I display data from a get request to show within an option tag?
I have a get request that retrieves data from a REST API. Below is the response. { "listCustomFields": [ { "configurationType": null, "errorDetails": null, "fieldId": "312329", "listItems": [ "Banking Services", "Business Banking", "Commercial", "Consumer Lending" ], "name": "Department Name", "required":…