How to add Datatable for reporting for REFramework?

Hi UiPath,

I’m just thinking where and how will I able to initialize a data table for Reporting for each process done in Processes state.

Hope I make sense.

Thank you

@alvin.c.apostol26

Better to do it in the main.caml only…so tht when error you can add rows in catch block…if successful add rows after invoke process.xaml in the try block

Cheers