Slice and extract specific values from JSON output
I am querying a REST API and I need to select 2 fields from the adapter output below, the query will include multiple incident numbers. I basically need a list of Incident Numbers and Descriptions from the output below. Code…