How to fetch values from script include to ui page in tabular format?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:57 PM
Hello Team,
i have a script include where it is returning some values in a JSON and i need to create a table(tabular format with rows and columns) with those in a ui page
for ex --
Script_Include()
get _Values : function(){
return (Value);
let 'Value' returns like below
[{"student : Swetha"}, {"student : Navya"}, {"student : anu"}, {"student : kamal"}, {"student : krish"},]
output expected ---
Student |
Swetha |
Nadya |
Anusha |
Anucha |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 11:53 PM
Hi @ Sohithanjan G
Note: "student" is the string value it is not any field in any specific field
so i want to know how to use those values and create a table
just assume that the array holds some string value so push them to ui page