Inserting data in JDE Staging Tables while reading through JSON Response in ORCHESTRATION
Hello Mentors,
I have a requirement where based on certain criteria we need to fetch data from 3rd Party system.
3rd Party has exposed their API Link for us to call. So what i was thinking is, we shall have an ORCH, which will prepare the JSON for input parameters and call Connector and Connection which will trigger the API. We are supposed to be receiving the Response in Array format and we need to show them in a grid (We are planning to call this ORCH from an Application and wish to show the result on grid.)
Question: What is the best way in this situation to read through the response and store it in grid?