Hi all,
My goal is to call an API from the Invoke Web Service call and, from the JSON response, extract certain elements that can be referenced in a data table. For this project, I'm calling a service that displays customer information. The call will return an array of customers, and I'm extracting a customer's name and ID (this part is complete). What I'd like to do is create a table that I can search a Name and pull their ID. From what I've seen lists are only index to value. I know you can create a table off of a SQL query or an Excel extract, but is there any way to create from a JSON object, a converted custom object, or some other way that I don't know of? Thanks.