- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 01:01 PM
Hello, I have a JSON response from an API call that I want to display in a table format using the ServiceNow UI Builder. Is there any way to iterate through my data set and display a table? It seems like the Simple List and other table type components only display tables that are already in ServiceNow but don't allow for a custom input. Is there a way to do this or will there be in future releases? I also looked into remote tables a bit but I could not find a way to take inputs from the UI side and use them on the API call.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 06:59 AM
I'm not sure if there is an existing component in the UI Builder that does that, but for sure you could develop a custom component that will render the input whichever way you like.
I know this adds a lot of overhead though, so it might not be the perfect solution. Hopefully there is an easier way.
I wonder if repeaters could be a solution for you:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 08:48 AM
We also need to visualise JSON data in a list view - this is a feature that would be very useful!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2024 07:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2024 06:37 AM
@Jay Gamblin thanks for this link, but this talks about importing data into a table. I need to display data in a JSON format in a list view in UI Builder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2024 10:27 AM
While the attribute does nothing for a list view, you can somewhat improve the readability by formatting the JSON when writing it to a field using
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 10:11 PM
Hi, Did you find a good way to use the List View Component in UI Builder to Present the Array of Response from RestAPI (Data Resources --> Transform).
I am in a situation where i have to call an external API and present the data in tabular view.