Hello, I have a ORDS endpoint which returns a JSON structure, let's say DEPT records with EMP records for each DEPT. Is it possible to show this structure in APEX?
When I create a web source for my ORDS endpoint it seems that only the "first" level, I.E. DEPT are detected. But I would like to fetch the EMP records as well. But not sure if that is possible...
Often, a JSON response is like a structure, and it would be really nice to show that structure (like a tree?) in APEX.
I have Ords 20.3 and Apex 20.2