How to bind a data resource to a list component in UI Builder

victor21
Tera Guru

Hi Listers,

I need to get basic fields from multiple tables and use the information to populate a list component in UI Builder. The use case is to allow users to be able to search archival tables without needing to know the exact name of the tables. Can someone point me to the right direction?

I am on Washington DC so I do not have access to Multi-table data resource (though I am not sure if this can be achieved with this component either).

 

Thanks & regards,

Victor

3 REPLIES 3

Dibyaratnam
Tera Sage

Do you have all details required for List component config like table, fixed filter, filter, columns etc because list shows the list of records from only a specific table and not from multiple tables.

victor21
Tera Guru

Hi Dibyaratnam,

The concept was to use (for example) a Transform data broker to prepare the records from the from the multiple tables into a data resource and then bind this resource to a list component.

Is that even doable in UI Builder?

 

Regards,

Victor

Dibyaratnam
Tera Sage

In list component you need to pass table name, it will show record from a single table. I dont think list component will work for what you are trying to achieve.