I am trying to show a Data table on UiPath Apps Table. But the values are shown as [object Object] under column values.
I tried giving below values in ‘Data Source’:
AppsDataSource.from({Processes.POC_XXXX_Apps_Get_Data.out_CustTable_DT})
Processes.POC_XXXX_Apps_Get_Data.out_CustTable_DT.ToListSource()
Can anyone help? TIA.