Populate UIB data set with an object dyanmically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 04:35 AM
Hello experts,
I need to create dynamic table based on REST API data.
I'm trying to populate a data set from an object.
to start, I've created a data broker that returns a simple object:
Is it possible to create a dynamic table to fill this data in?
I mean someting like:
Type | Color | Model |
Fiat | White | 500 |
Thanks,
Tomer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 04:49 AM
Hello @tpeleg ,
Please check this below link which will help you to create table dynamic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:22 AM
Thank you, @Omkar Kumbhar , but it seems to be relevant to service portal widget, I need to render values dynamically in the UI Builder, couldn't find the component which allows it. (the data needs to be renederd on the client side only).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 07:16 AM
Start here https://www.youtube.com/watch?v=JDzBVIsPjs8. They are doing exactly what you describe, using a repeater control.
There is a follow up part 2 video, but I cannot find it right now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 01:16 AM
Thank you very much @thomaskennedy , highly appricated!
I think I will go in this direction! do you know if it's possible to send client paramters from the UIB record to the data broker?