Apps - How to bind a datatable as source of a table in VB?

Hello,

I’d like to bind a datatable as source to a table in Apps. How to deal with this error ?

Thanks in advance,
Bruno

@bruno40

Please try this CType(Processes.Interim_Result.out_progress_datatable,appDataSource)

cheers

1 Like

The warning message is gone, many thanks !

Now I have this when I want to preview the Apps (I tried many times) :
image

If I delete the Table control, the message doesn’t show

@bruno40

I tried the same and able to preview…can you check if that variable is linekd properly or show screenshot of where youa re trying it

cheers

I did the tutorial from that link :
https://docs.uipath.com/activities/other/latest/workflow/workflow-events-progress-bar

@bruno40

in the table what else you using? looks liek somethign else is failign…as I tried the same I see no issue

If possibel try tos end the screenshot of your table when errored out

cheers

Please, find here a screenshot of the table parameters

The message appears directly after I hit the “Preview” button

@bruno40

Generally when you get an error you would see a red mark on the container or control failed in the left panel…can you check on what you are getting that red mark

Cheers

hi Bruno,

You can do it like

Processes.Interim_Process_Result.out_progress_datatable.ToListSource()

Thanks

1 Like

Thank you all for your help !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.